pub enum Horizontal {
Left,
Center,
Right,
}
Expand description
The horizontal Alignment
of some resource.
Variants§
Trait Implementations§
Source§impl Clone for Horizontal
impl Clone for Horizontal
Source§fn clone(&self) -> Horizontal
fn clone(&self) -> Horizontal
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Horizontal
impl Debug for Horizontal
Source§impl From<Alignment> for Horizontal
impl From<Alignment> for Horizontal
Source§impl From<Horizontal> for Alignment
impl From<Horizontal> for Alignment
Source§fn from(horizontal: Horizontal) -> Self
fn from(horizontal: Horizontal) -> Self
Converts to this type from the input type.
Source§impl From<Horizontal> for Alignment
impl From<Horizontal> for Alignment
Source§fn from(alignment: Horizontal) -> Self
fn from(alignment: Horizontal) -> Self
Converts to this type from the input type.
Source§impl Hash for Horizontal
impl Hash for Horizontal
Source§impl PartialEq for Horizontal
impl PartialEq for Horizontal
impl Copy for Horizontal
impl Eq for Horizontal
impl StructuralPartialEq for Horizontal
Auto Trait Implementations§
impl Freeze for Horizontal
impl RefUnwindSafe for Horizontal
impl Send for Horizontal
impl Sync for Horizontal
impl Unpin for Horizontal
impl UnwindSafe for Horizontal
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more