pub struct RNIL;
Auto Trait Implementations§
impl Freeze for RNIL
impl RefUnwindSafe for RNIL
impl Send for RNIL
impl Sync for RNIL
impl Unpin for RNIL
impl UnwindSafe for RNIL
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