pub struct ZeroNiche<N, Next = NoNiche<ZeroNoNiche<N>>>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<N, Next> Freeze for ZeroNiche<N, Next>
impl<N, Next> RefUnwindSafe for ZeroNiche<N, Next>where
N: RefUnwindSafe,
Next: RefUnwindSafe,
impl<N, Next> Send for ZeroNiche<N, Next>
impl<N, Next> Sync for ZeroNiche<N, Next>
impl<N, Next> Unpin for ZeroNiche<N, Next>
impl<N, Next> UnwindSafe for ZeroNiche<N, Next>where
N: UnwindSafe,
Next: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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