pub struct EnvironmentPackage(/* private fields */);Expand description
Package for filesystem manipulation operations.
Implementations§
Trait Implementations§
Source§impl Default for EnvironmentPackage
impl Default for EnvironmentPackage
Auto Trait Implementations§
impl Freeze for EnvironmentPackage
impl !RefUnwindSafe for EnvironmentPackage
impl !Send for EnvironmentPackage
impl !Sync for EnvironmentPackage
impl Unpin for EnvironmentPackage
impl !UnwindSafe for EnvironmentPackage
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