pub struct UnknownRuleName { /* private fields */ }
Trait Implementations§
Source§impl Clone for UnknownRuleName
impl Clone for UnknownRuleName
Source§fn clone(&self) -> UnknownRuleName
fn clone(&self) -> UnknownRuleName
Returns a duplicate of the value. Read more
1.0.0 · 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 UnknownRuleName
impl Debug for UnknownRuleName
Source§impl Display for UnknownRuleName
impl Display for UnknownRuleName
Source§impl Error for UnknownRuleName
impl Error for UnknownRuleName
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 UnknownRuleName
impl PartialEq for UnknownRuleName
impl Eq for UnknownRuleName
impl StructuralPartialEq for UnknownRuleName
Auto Trait Implementations§
impl Freeze for UnknownRuleName
impl RefUnwindSafe for UnknownRuleName
impl Send for UnknownRuleName
impl Sync for UnknownRuleName
impl Unpin for UnknownRuleName
impl UnwindSafe for UnknownRuleName
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