pub struct Send<T, P>(/* private fields */);
Expand description
Send T
, then resume with protocol P
.
Trait Implementations§
Auto Trait Implementations§
impl<T, P> Freeze for Send<T, P>
impl<T, P> RefUnwindSafe for Send<T, P>where
T: RefUnwindSafe,
P: RefUnwindSafe,
impl<T, P> Send for Send<T, P>
impl<T, P> Sync for Send<T, P>
impl<T, P> Unpin for Send<T, P>
impl<T, P> UnwindSafe for Send<T, P>where
T: UnwindSafe,
P: UnwindSafe,
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