pub struct KeywordToBinaryOpError;Trait Implementations§
Source§impl Clone for KeywordToBinaryOpError
impl Clone for KeywordToBinaryOpError
Source§fn clone(&self) -> KeywordToBinaryOpError
fn clone(&self) -> KeywordToBinaryOpError
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 moreimpl Copy for KeywordToBinaryOpError
Source§impl Debug for KeywordToBinaryOpError
impl Debug for KeywordToBinaryOpError
Source§impl Display for KeywordToBinaryOpError
impl Display for KeywordToBinaryOpError
Source§impl Error for KeywordToBinaryOpError
impl Error for KeywordToBinaryOpError
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()
Auto Trait Implementations§
impl Freeze for KeywordToBinaryOpError
impl RefUnwindSafe for KeywordToBinaryOpError
impl Send for KeywordToBinaryOpError
impl Sync for KeywordToBinaryOpError
impl Unpin for KeywordToBinaryOpError
impl UnsafeUnpin for KeywordToBinaryOpError
impl UnwindSafe for KeywordToBinaryOpError
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