Struct git2::ProxyOptions
source · [−]pub struct ProxyOptions<'a> { /* private fields */ }
Expand description
Options which can be specified to various fetch operations.
Implementations
sourceimpl<'a> ProxyOptions<'a>
impl<'a> ProxyOptions<'a>
Trait Implementations
sourceimpl<'a> Default for ProxyOptions<'a>
impl<'a> Default for ProxyOptions<'a>
sourcefn default() -> ProxyOptions<'a>
fn default() -> ProxyOptions<'a>
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ProxyOptions<'a>
impl<'a> Send for ProxyOptions<'a>
impl<'a> Sync for ProxyOptions<'a>
impl<'a> Unpin for ProxyOptions<'a>
impl<'a> UnwindSafe for ProxyOptions<'a>
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