Struct yew_hooks::UseToggleHandle
source · [−]pub struct UseToggleHandle<T> where
T: PartialEq, { /* private fields */ }Expand description
State handle for the use_toggle hook.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for UseToggleHandle<T>
impl<T> !Send for UseToggleHandle<T>
impl<T> !Sync for UseToggleHandle<T>
impl<T> Unpin for UseToggleHandle<T>
impl<T> !UnwindSafe for UseToggleHandle<T>
Blanket Implementations
Mutably borrows from an owned value. Read more
Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.