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