#[repr(C)]pub struct git_remote_connect_options {
    pub version: c_uint,
    pub callbacks: git_remote_callbacks,
    pub proxy_opts: git_proxy_options,
    pub follow_redirects: git_remote_redirect_t,
    pub custom_headers: git_strarray,
}Fields§
§version: c_uint§callbacks: git_remote_callbacks§proxy_opts: git_proxy_options§follow_redirects: git_remote_redirect_t§custom_headers: git_strarrayAuto Trait Implementations§
impl Freeze for git_remote_connect_options
impl RefUnwindSafe for git_remote_connect_options
impl !Send for git_remote_connect_options
impl !Sync for git_remote_connect_options
impl Unpin for git_remote_connect_options
impl UnwindSafe for git_remote_connect_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