enum VerticalSide {
Left,
Right,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for VerticalSide
impl Clone for VerticalSide
Source§fn clone(&self) -> VerticalSide
fn clone(&self) -> VerticalSide
Returns a duplicate 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 VerticalSide
impl Debug for VerticalSide
Source§impl From<VerticalSide> for PanelSide
impl From<VerticalSide> for PanelSide
Source§fn from(side: VerticalSide) -> Self
fn from(side: VerticalSide) -> Self
Converts to this type from the input type.
Source§impl PartialEq for VerticalSide
impl PartialEq for VerticalSide
impl Copy for VerticalSide
impl Eq for VerticalSide
impl StructuralPartialEq for VerticalSide
Auto Trait Implementations§
impl Freeze for VerticalSide
impl RefUnwindSafe for VerticalSide
impl Send for VerticalSide
impl Sync for VerticalSide
impl Unpin for VerticalSide
impl UnwindSafe for VerticalSide
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