pub struct Sendable<H: ConditionallySend>(_);
Implementations§
Trait Implementations§
impl<H: ConditionallySend> Send for Sendable<H>
Auto Trait Implementations§
impl<H> RefUnwindSafe for Sendable<H>where H: RefUnwindSafe,
impl<H> Sync for Sendable<H>where H: Sync,
impl<H> Unpin for Sendable<H>where H: Unpin,
impl<H> UnwindSafe for Sendable<H>where H: 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