pub struct ChainPinInit<I, F, T: ?Sized, E>(/* private fields */);Expand description
An initializer returned by PinInit::pin_chain.
Trait Implementations§
Source§impl<T: ?Sized, E, I, F> PinInit<T, E> for ChainPinInit<I, F, T, E>
impl<T: ?Sized, E, I, F> PinInit<T, E> for ChainPinInit<I, F, T, E>
Auto Trait Implementations§
impl<I, F, T, E> Freeze for ChainPinInit<I, F, T, E>
impl<I, F, T, E> RefUnwindSafe for ChainPinInit<I, F, T, E>where
I: RefUnwindSafe,
F: RefUnwindSafe,
PhantomData<fn(*mut (E, T)) -> *mut (E, T)>: RefUnwindSafe,
T: ?Sized,
impl<I, F, T, E> Send for ChainPinInit<I, F, T, E>
impl<I, F, T, E> Sync for ChainPinInit<I, F, T, E>
impl<I, F, T, E> Unpin for ChainPinInit<I, F, T, E>
impl<I, F, T, E> UnsafeUnpin for ChainPinInit<I, F, T, E>where
I: UnsafeUnpin,
F: UnsafeUnpin,
PhantomData<fn(*mut (E, T)) -> *mut (E, T)>: UnsafeUnpin,
T: ?Sized,
impl<I, F, T, E> UnwindSafe for ChainPinInit<I, F, T, E>where
I: UnwindSafe,
F: UnwindSafe,
PhantomData<fn(*mut (E, T)) -> *mut (E, T)>: UnwindSafe,
T: ?Sized,
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