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