Struct pelite::pattern::ParsePatError
source · [−]pub struct ParsePatError { /* private fields */ }
Expand description
Pattern parsing error.
Trait Implementations
sourceimpl Clone for ParsePatError
impl Clone for ParsePatError
sourcefn clone(&self) -> ParsePatError
fn clone(&self) -> ParsePatError
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ParsePatError
impl Debug for ParsePatError
sourceimpl Display for ParsePatError
impl Display for ParsePatError
sourceimpl Error for ParsePatError
impl Error for ParsePatError
sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
sourceimpl PartialEq<ParsePatError> for ParsePatError
impl PartialEq<ParsePatError> for ParsePatError
sourcefn eq(&self, other: &ParsePatError) -> bool
fn eq(&self, other: &ParsePatError) -> bool
impl Copy for ParsePatError
impl Eq for ParsePatError
impl StructuralEq for ParsePatError
impl StructuralPartialEq for ParsePatError
Auto Trait Implementations
impl RefUnwindSafe for ParsePatError
impl Send for ParsePatError
impl Sync for ParsePatError
impl Unpin for ParsePatError
impl UnwindSafe for ParsePatError
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