Struct libgit2_sys::git_cred
source · [−]#[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 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
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