pub enum FromStrErrorKind {
NormalizeUrl(NormalizeUrlError),
UrlHost,
UnsupportedScheme,
MalformedGitUrl,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromStrErrorKind
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