Struct intuitive::components::experimental::modal::Funcs
source · [−]pub struct Funcs { /* private fields */ }
Available on crate feature
experimental
only.Expand description
A structure returned by use_modal
that controls the hiding/showing of a modal.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Funcs
impl Send for Funcs
impl Sync for Funcs
impl Unpin for Funcs
impl !UnwindSafe for Funcs
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more