pub struct WeakClient<P, S, R, E>(/* private fields */);
Expand description
A weak client reference that can be upgraded to a Client
as long as
other Client
objects till exist.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P, S, R, E> Freeze for Weak<P, S, R, E>
impl<P, S, R, E> !RefUnwindSafe for Weak<P, S, R, E>
impl<P, S, R, E> Send for Weak<P, S, R, E>
impl<P, S, R, E> Sync for Weak<P, S, R, E>
impl<P, S, R, E> Unpin for Weak<P, S, R, E>
impl<P, S, R, E> !UnwindSafe for Weak<P, S, R, E>
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