Enum git_url_parse::FromStrErrorKind
source · pub enum FromStrErrorKind {
NormalizeUrl(NormalizeUrlError),
UrlHost,
UnsupportedScheme,
MalformedGitUrl,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for FromStrErrorKind
impl Send for FromStrErrorKind
impl Sync for FromStrErrorKind
impl Unpin for FromStrErrorKind
impl UnwindSafe for FromStrErrorKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more