pub struct Sendable<H: ConditionallySend>(/* private fields */);
Implementations§
Source§impl<H: ConditionallySend> Sendable<H>
impl<H: ConditionallySend> Sendable<H>
pub fn unwrap(self) -> H
👎Deprecated: Use Sendable::into_inner() instead
pub fn into_inner(self) -> H
Trait Implementations§
impl<H: ConditionallySend> Send for Sendable<H>
Auto Trait Implementations§
impl<H> Freeze for Sendable<H>where
H: Freeze,
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