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