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