Struct libgit2_sys::git_proxy_options
source · [−]#[repr(C)]pub struct git_proxy_options {
pub version: c_uint,
pub kind: git_proxy_t,
pub url: *const c_char,
pub credentials: git_cred_acquire_cb,
pub certificate_check: git_transport_certificate_check_cb,
pub payload: *mut c_void,
}Fields
version: c_uintkind: git_proxy_turl: *const c_charcredentials: git_cred_acquire_cbcertificate_check: git_transport_certificate_check_cbpayload: *mut c_voidAuto Trait Implementations
impl RefUnwindSafe for git_proxy_options
impl !Send for git_proxy_options
impl !Sync for git_proxy_options
impl Unpin for git_proxy_options
impl UnwindSafe for git_proxy_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more