Struct CLIEnvironment
pub struct CLIEnvironment;Expand description
Default implementation of Environment trait
Trait Implementations§
§impl Environment for CLIEnvironment
impl Environment for CLIEnvironment
Auto Trait Implementations§
impl Freeze for CLIEnvironment
impl RefUnwindSafe for CLIEnvironment
impl Send for CLIEnvironment
impl Sync for CLIEnvironment
impl Unpin for CLIEnvironment
impl UnwindSafe for CLIEnvironment
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