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