pub enum Warning {
NonMatchingRefSpecs {
pattern: String,
},
}
Expand description
Non-fatal error encountered when running a Lorry.
Variants§
NonMatchingRefSpecs
Anytime a refspec is specified but it doesn’t match any refs in the upstream repository.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Warning
impl RefUnwindSafe for Warning
impl Send for Warning
impl Sync for Warning
impl Unpin for Warning
impl UnwindSafe for Warning
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