pub struct Handle<V> { /* private fields */ }
Trait Implementations§
impl<V> Copy for Handle<V>
impl<V> Eq for Handle<V>
Auto Trait Implementations§
impl<V> Freeze for Handle<V>
impl<V> RefUnwindSafe for Handle<V>where
V: RefUnwindSafe,
impl<V> Send for Handle<V>where
V: Send,
impl<V> Sync for Handle<V>where
V: Sync,
impl<V> Unpin for Handle<V>where
V: Unpin,
impl<V> UnwindSafe for Handle<V>where
V: UnwindSafe,
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