Struct futures_util::future::WeakShared
source · [−]pub struct WeakShared<Fut: Future>(_);
Expand description
A weak reference to a Shared
that can be upgraded much like an Arc
.
Implementations
Trait Implementations
Auto Trait Implementations
Blanket Implementations
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more