pub struct RNil;
Implementations§
Trait Implementations§
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