Struct git2::cert::CertHostkey
source · [−]pub struct CertHostkey<'a> { /* private fields */ }
Expand description
Hostkey information taken from libssh2
Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for CertHostkey<'a>
impl<'a> !Send for CertHostkey<'a>
impl<'a> !Sync for CertHostkey<'a>
impl<'a> Unpin for CertHostkey<'a>
impl<'a> UnwindSafe for CertHostkey<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more