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