pub struct SheetState { /* private fields */ }Expand description
State for ModalBottomSheet - manages visibility and drag offset.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for SheetState
impl !Send for SheetState
impl !Sync for SheetState
impl !UnwindSafe for SheetState
impl Freeze for SheetState
impl Unpin for SheetState
impl UnsafeUnpin for SheetState
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