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