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