pub struct SendOpts {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for SendOpts
impl RefUnwindSafe for SendOpts
impl Send for SendOpts
impl Sync for SendOpts
impl Unpin for SendOpts
impl UnsafeUnpin for SendOpts
impl UnwindSafe for SendOpts
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