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