Struct kernel::init::ChainPinInit
source · 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: ?Sized, E> Freeze for ChainPinInit<I, F, T, E>
impl<I, F, T: ?Sized, E> RefUnwindSafe for ChainPinInit<I, F, T, E>where
F: RefUnwindSafe,
I: RefUnwindSafe,
impl<I, F, T: ?Sized, E> Send for ChainPinInit<I, F, T, E>
impl<I, F, T: ?Sized, E> Sync for ChainPinInit<I, F, T, E>
impl<I, F, T: ?Sized, E> Unpin for ChainPinInit<I, F, T, E>
impl<I, F, T: ?Sized, E> UnwindSafe for ChainPinInit<I, F, T, E>where
F: UnwindSafe,
I: 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