#[repr(C)]pub struct git_cred {
    pub credtype: git_credtype_t,
    pub free: Option<extern "C" fn(*mut git_cred)>,
}Fields§
§credtype: git_credtype_t§free: Option<extern "C" fn(*mut git_cred)>Auto Trait Implementations§
impl Freeze for git_cred
impl RefUnwindSafe for git_cred
impl Send for git_cred
impl Sync for git_cred
impl Unpin for git_cred
impl UnwindSafe for git_cred
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