pub struct WeakProxy<T: HasProxy + Refcounted> { /* private fields */ }Expand description
A weak reference to $name
Trait Implementations§
impl<T: HasProxy + Refcounted> Send for WeakProxy<T>
impl<T: HasProxy + Refcounted> Sync for WeakProxy<T>
Auto Trait Implementations§
impl<T> Freeze for WeakProxy<T>
impl<T> RefUnwindSafe for WeakProxy<T>
impl<T> Unpin for WeakProxy<T>
impl<T> UnwindSafe for WeakProxy<T>
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