pub struct ToSend(/* private fields */);Auto Trait Implementations§
impl Freeze for ToSend
impl RefUnwindSafe for ToSend
impl Send for ToSend
impl Sync for ToSend
impl Unpin for ToSend
impl UnsafeUnpin for ToSend
impl UnwindSafe for ToSend
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