pub struct PatError(pub String);Expand description
Error returned by the pattern matcher (malformed pattern, runaway depth,
invalid %f frontier, etc.).
Tuple Fields§
§0: StringHuman-readable message describing the malformation.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PatError
impl RefUnwindSafe for PatError
impl Send for PatError
impl Sync for PatError
impl Unpin for PatError
impl UnsafeUnpin for PatError
impl UnwindSafe for PatError
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