Enum git_mirror::provider::MirrorError
source · Expand description
An error occuring during mirror creation
Variants
Description(String, Error)
Skip(String)
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for MirrorError
impl Send for MirrorError
impl Sync for MirrorError
impl Unpin for MirrorError
impl !UnwindSafe for MirrorError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more