pub struct DrawerState { /* private fields */ }Expand description
State controlling drawer open/close.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for DrawerState
impl !Send for DrawerState
impl !Sync for DrawerState
impl !UnwindSafe for DrawerState
impl Freeze for DrawerState
impl Unpin for DrawerState
impl UnsafeUnpin for DrawerState
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