Struct libgit2_sys::git_push_options
source · [−]#[repr(C)]pub struct git_push_options {
pub version: c_uint,
pub pb_parallelism: 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
pb_parallelism: c_uint
callbacks: git_remote_callbacks
proxy_opts: git_proxy_options
follow_redirects: git_remote_redirect_t
custom_headers: git_strarray
Auto Trait Implementations
impl RefUnwindSafe for git_push_options
impl !Send for git_push_options
impl !Sync for git_push_options
impl Unpin for git_push_options
impl UnwindSafe for git_push_options
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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