[−][src]Struct libgit2_sys::git_cert_hostkey
Fields
parent: git_certkind: git_cert_ssh_thash_md5: [u8; 16]hash_sha1: [u8; 20]hash_sha256: [u8; 32]Auto Trait Implementations
impl RefUnwindSafe for git_cert_hostkey
impl Send for git_cert_hostkey
impl Sync for git_cert_hostkey
impl Unpin for git_cert_hostkey
impl UnwindSafe for git_cert_hostkey
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,