pub enum StringPatternError {
UnescapedGlob,
UnescapedColon,
UnescapedForwardSlash,
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StringPatternError
impl RefUnwindSafe for StringPatternError
impl Send for StringPatternError
impl Sync for StringPatternError
impl Unpin for StringPatternError
impl UnwindSafe for StringPatternError
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