pub struct RuntimePatternSetError { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for RuntimePatternSetError
impl Clone for RuntimePatternSetError
Source§fn clone(&self) -> RuntimePatternSetError
fn clone(&self) -> RuntimePatternSetError
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RuntimePatternSetError
impl Debug for RuntimePatternSetError
Source§impl Display for RuntimePatternSetError
impl Display for RuntimePatternSetError
impl Eq for RuntimePatternSetError
Source§impl Error for RuntimePatternSetError
impl Error for RuntimePatternSetError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Source§impl PartialEq for RuntimePatternSetError
impl PartialEq for RuntimePatternSetError
impl StructuralPartialEq for RuntimePatternSetError
Auto Trait Implementations§
impl Freeze for RuntimePatternSetError
impl RefUnwindSafe for RuntimePatternSetError
impl Send for RuntimePatternSetError
impl Sync for RuntimePatternSetError
impl Unpin for RuntimePatternSetError
impl UnsafeUnpin for RuntimePatternSetError
impl UnwindSafe for RuntimePatternSetError
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