Struct futures_util::future::WeakShared [−][src]
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
impl<Fut> !RefUnwindSafe for WeakShared<Fut>
impl<Fut> Unpin for WeakShared<Fut>
impl<Fut> !UnwindSafe for WeakShared<Fut>
Blanket Implementations
Mutably borrows from an owned value. Read more