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§
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