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: Option<git_cred_acquire_cb>,
pub certificate_check: Option<git_transport_certificate_check_cb>,
pub payload: *mut c_void,
}
Fields
version: c_uint
kind: git_proxy_t
url: *const c_char
credentials: Option<git_cred_acquire_cb>
certificate_check: Option<git_transport_certificate_check_cb>
payload: *mut c_void
Auto 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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