pub enum OffcanvasPlacement {
Start,
End,
Top,
Bottom,
}Expand description
Offcanvas placement options.
Variants§
Trait Implementations§
Source§impl Clone for OffcanvasPlacement
impl Clone for OffcanvasPlacement
Source§fn clone(&self) -> OffcanvasPlacement
fn clone(&self) -> OffcanvasPlacement
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 Default for OffcanvasPlacement
impl Default for OffcanvasPlacement
Source§fn default() -> OffcanvasPlacement
fn default() -> OffcanvasPlacement
Returns the “default value” for a type. Read more
impl Copy for OffcanvasPlacement
Auto Trait Implementations§
impl Freeze for OffcanvasPlacement
impl RefUnwindSafe for OffcanvasPlacement
impl Send for OffcanvasPlacement
impl Sync for OffcanvasPlacement
impl Unpin for OffcanvasPlacement
impl UnwindSafe for OffcanvasPlacement
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