pub struct NIL_OR_MORE { /* private fields */ }
Trait Implementations§
Source§impl Deref for NIL_OR_MORE
impl Deref for NIL_OR_MORE
impl LazyStatic for NIL_OR_MORE
Auto Trait Implementations§
impl Freeze for NIL_OR_MORE
impl RefUnwindSafe for NIL_OR_MORE
impl Send for NIL_OR_MORE
impl Sync for NIL_OR_MORE
impl Unpin for NIL_OR_MORE
impl UnwindSafe for NIL_OR_MORE
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