Struct yew_hooks::UseQueueHandle 
source · [−]pub struct UseQueueHandle<T> { /* private fields */ }Expand description
State handle for the use_queue hook.
Implementations
Appends an element to the back of the queue.
Removes the first element and returns it, or None if the queue is empty.
Retains only the elements specified by the predicate.
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for UseQueueHandle<T>
impl<T> !Send for UseQueueHandle<T>
impl<T> !Sync for UseQueueHandle<T>
impl<T> Unpin for UseQueueHandle<T>
impl<T> !UnwindSafe for UseQueueHandle<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.