pub struct P13<'a, IC: 'a, E>(/* private fields */);Expand description
Pin
Trait Implementations§
Auto Trait Implementations§
impl<'a, IC, E> Freeze for P13<'a, IC, E>
impl<'a, IC, E> RefUnwindSafe for P13<'a, IC, E>where
IC: RefUnwindSafe,
E: RefUnwindSafe,
impl<'a, IC, E> Send for P13<'a, IC, E>
impl<'a, IC, E> Sync for P13<'a, IC, E>
impl<'a, IC, E> Unpin for P13<'a, IC, E>where
E: Unpin,
impl<'a, IC, E> UnwindSafe for P13<'a, IC, E>where
IC: RefUnwindSafe,
E: 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