Struct git2::ProxyOptions [−][src]
pub struct ProxyOptions<'a> { /* fields omitted */ }Expand description
Options which can be specified to various fetch operations.
Implementations
impl<'a> ProxyOptions<'a>[src]
impl<'a> ProxyOptions<'a>[src]Trait Implementations
impl<'a> Default for ProxyOptions<'a>[src]
impl<'a> Default for ProxyOptions<'a>[src]fn default() -> ProxyOptions<'a>[src]
fn default() -> ProxyOptions<'a>[src]Returns the “default value” for a type. Read more