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