pub enum DockSide {
Left,
Right,
Top,
Bottom,
}Expand description
Which edge of the window a CollapsibleSidePanel is docked to.
Variants§
Trait Implementations§
impl Copy for DockSide
impl Eq for DockSide
impl StructuralPartialEq for DockSide
Auto Trait Implementations§
impl Freeze for DockSide
impl RefUnwindSafe for DockSide
impl Send for DockSide
impl Sync for DockSide
impl Unpin for DockSide
impl UnsafeUnpin for DockSide
impl UnwindSafe for DockSide
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