pub struct ZeroNiche<N>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<N> Freeze for ZeroNiche<N>where
N: Freeze,
impl<N> RefUnwindSafe for ZeroNiche<N>where
N: RefUnwindSafe,
impl<N> Send for ZeroNiche<N>where
N: Send,
impl<N> Sync for ZeroNiche<N>where
N: Sync,
impl<N> Unpin for ZeroNiche<N>where
N: Unpin,
impl<N> UnwindSafe for ZeroNiche<N>where
N: UnwindSafe,
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
fn any_ref(&self) -> &(dyn Any + 'static)where
T: 'static,
fn any_mut(&mut self) -> &mut (dyn Any + 'static)where
T: 'static,
fn any_box(self: Box<T>) -> Box<dyn Any>where
T: 'static,
fn any_arc(self: Arc<T>) -> Arc<dyn Any>where
T: 'static,
fn any_arc_sync(self: Arc<T>) -> Arc<dyn Any + Sync + Send>
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