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