pub struct SendFutureState { /* private fields */ }
Expand description
The state for a channel send future.
Auto Trait Implementations§
impl Freeze for SendFutureState
impl RefUnwindSafe for SendFutureState
impl Send for SendFutureState
impl Sync for SendFutureState
impl Unpin for SendFutureState
impl UnwindSafe for SendFutureState
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