pub struct WeakHandle { /* private fields */ }Expand description
Implementations§
Trait Implementations§
Source§impl Clone for WeakHandle
impl Clone for WeakHandle
Source§fn clone(&self) -> WeakHandle
fn clone(&self) -> WeakHandle
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for WeakHandle
impl RefUnwindSafe for WeakHandle
impl Send for WeakHandle
impl Sync for WeakHandle
impl Unpin for WeakHandle
impl UnsafeUnpin for WeakHandle
impl UnwindSafe for WeakHandle
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