pub enum SheetSide {
Top,
Right,
Bottom,
Left,
}Expand description
Side from which the sheet slides in
Variants§
Top
Slide from top
Right
Slide from right (default, like shadcn)
Bottom
Slide from bottom
Left
Slide from left
Trait Implementations§
impl Copy for SheetSide
impl Eq for SheetSide
impl StructuralPartialEq for SheetSide
Auto Trait Implementations§
impl Freeze for SheetSide
impl RefUnwindSafe for SheetSide
impl Send for SheetSide
impl Sync for SheetSide
impl Unpin for SheetSide
impl UnsafeUnpin for SheetSide
impl UnwindSafe for SheetSide
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