pub enum ParseWatchError {
InvalidMask,
IsComment,
CorruptInput,
}Variants§
Trait Implementations§
Source§impl Debug for ParseWatchError
impl Debug for ParseWatchError
Source§impl PartialEq for ParseWatchError
impl PartialEq for ParseWatchError
impl Eq for ParseWatchError
impl StructuralPartialEq for ParseWatchError
Auto Trait Implementations§
impl Freeze for ParseWatchError
impl RefUnwindSafe for ParseWatchError
impl Send for ParseWatchError
impl Sync for ParseWatchError
impl Unpin for ParseWatchError
impl UnwindSafe for ParseWatchError
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