Struct git_repository::config::tree::Credential
source · pub struct Credential;
Expand description
The credential
top-level section.
Implementations§
source§impl Credential
impl Credential
sourcepub const USE_HTTP_PATH: Boolean = _
pub const USE_HTTP_PATH: Boolean = _
The credential.useHttpPath
key.
sourcepub const URL_PARAMETER: UrlParameter = UrlParameter
pub const URL_PARAMETER: UrlParameter = UrlParameter
The credential.<url>
subsection
Trait Implementations§
source§impl Clone for Credential
impl Clone for Credential
source§fn clone(&self) -> Credential
fn clone(&self) -> Credential
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for Credential
impl Default for Credential
source§fn default() -> Credential
fn default() -> Credential
Returns the “default value” for a type. Read more