Struct libgit2_sys::git_cert
source · [−]#[repr(C)]pub struct git_cert {
pub cert_type: git_cert_t,
}
Fields
cert_type: git_cert_t
Auto Trait Implementations
impl RefUnwindSafe for git_cert
impl Send for git_cert
impl Sync for git_cert
impl Unpin for git_cert
impl UnwindSafe for git_cert
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