pub struct ParseDatatypeError;
Trait Implementations§
source§impl Debug for ParseDatatypeError
impl Debug for ParseDatatypeError
source§impl PartialEq for ParseDatatypeError
impl PartialEq for ParseDatatypeError
source§fn eq(&self, other: &ParseDatatypeError) -> bool
fn eq(&self, other: &ParseDatatypeError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseDatatypeError
impl StructuralEq for ParseDatatypeError
impl StructuralPartialEq for ParseDatatypeError
Auto Trait Implementations§
impl RefUnwindSafe for ParseDatatypeError
impl Send for ParseDatatypeError
impl Sync for ParseDatatypeError
impl Unpin for ParseDatatypeError
impl UnwindSafe for ParseDatatypeError
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
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.