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_uint
§kind: git_proxy_t
§url: *const c_char
§credentials: git_cred_acquire_cb
§certificate_check: git_transport_certificate_check_cb
§payload: *mut c_void
Auto Trait Implementations§
impl Freeze for git_proxy_options
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§
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