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