pub struct PEx<MODE> { /* private fields */ }
Expand description
Partially erased pin
Trait Implementations§
Auto Trait Implementations§
impl<MODE> Freeze for PEx<MODE>
impl<MODE> RefUnwindSafe for PEx<MODE>where
MODE: RefUnwindSafe,
impl<MODE> Send for PEx<MODE>where
MODE: Send,
impl<MODE> Sync for PEx<MODE>where
MODE: Sync,
impl<MODE> Unpin for PEx<MODE>where
MODE: Unpin,
impl<MODE> UnwindSafe for PEx<MODE>where
MODE: 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