pub struct KeywordError;Trait Implementations§
Source§impl Clone for KeywordError
impl Clone for KeywordError
Source§fn clone(&self) -> KeywordError
fn clone(&self) -> KeywordError
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 KeywordError
impl Debug for KeywordError
Source§impl Display for KeywordError
impl Display for KeywordError
Source§impl Error for KeywordError
impl Error for KeywordError
Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§fn cause(&self) -> Option<&dyn Error>
fn cause(&self) -> Option<&dyn Error>
👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
impl Copy for KeywordError
Auto Trait Implementations§
impl Freeze for KeywordError
impl RefUnwindSafe for KeywordError
impl Send for KeywordError
impl Sync for KeywordError
impl Unpin for KeywordError
impl UnwindSafe for KeywordError
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