pub enum SidebarSide {
Left,
Right,
}Variants§
Trait Implementations§
Source§impl Clone for SidebarSide
impl Clone for SidebarSide
Source§fn clone(&self) -> SidebarSide
fn clone(&self) -> SidebarSide
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 SidebarSide
impl Debug for SidebarSide
Source§impl PartialEq for SidebarSide
impl PartialEq for SidebarSide
impl Copy for SidebarSide
impl Eq for SidebarSide
impl StructuralPartialEq for SidebarSide
Auto Trait Implementations§
impl Freeze for SidebarSide
impl RefUnwindSafe for SidebarSide
impl Send for SidebarSide
impl Sync for SidebarSide
impl Unpin for SidebarSide
impl UnsafeUnpin for SidebarSide
impl UnwindSafe for SidebarSide
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