pub enum SourceGitPinnedParseError {
Prefix,
Url,
Reference,
CommitHash,
}
Expand description
Error returned upon failed parsing of SourceGitPinned::from_str
.
Variants§
Trait Implementations§
source§impl Clone for SourceGitPinnedParseError
impl Clone for SourceGitPinnedParseError
source§fn clone(&self) -> SourceGitPinnedParseError
fn clone(&self) -> SourceGitPinnedParseError
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 more