Struct bounce::UseSliceHandle
source · [−]pub struct UseSliceHandle<T> where
T: Slice, { /* private fields */ }Expand description
A handle returned by use_slice.
This type dereferences to T and has a dispatch method to dispatch actions.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> !RefUnwindSafe for UseSliceHandle<T>
impl<T> !Send for UseSliceHandle<T>
impl<T> !Sync for UseSliceHandle<T>
impl<T> Unpin for UseSliceHandle<T>
impl<T> !UnwindSafe for UseSliceHandle<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.