pub struct H0<T>(/* private fields */);
Expand description
Type-level wrapper that yields T
unmodified when PlugLifetime
or
PlugType
are applied.
Trait Implementations§
Source§impl<'dummy, T> PlugLifetime<'dummy> for H0<T>
impl<'dummy, T> PlugLifetime<'dummy> for H0<T>
Auto Trait Implementations§
impl<T> Freeze for H0<T>
impl<T> RefUnwindSafe for H0<T>where
T: RefUnwindSafe,
impl<T> Send for H0<T>where
T: Send,
impl<T> Sync for H0<T>where
T: Sync,
impl<T> Unpin for H0<T>where
T: Unpin,
impl<T> UnwindSafe for H0<T>where
T: 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