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