Enum git_mirror::provider::MirrorError
source · Expand description
An error occuring during mirror creation
Variants§
Trait Implementations§
source§impl Debug for MirrorError
impl Debug for MirrorError
source§impl Display for MirrorError
impl Display for MirrorError
source§impl Error for MirrorError
impl Error for MirrorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<MirrorError> for GitMirrorError
impl From<MirrorError> for GitMirrorError
source§fn from(source: MirrorError) -> Self
fn from(source: MirrorError) -> Self
Converts to this type from the input type.