pub enum ReturnsError {
    NestedSetOf,
    NestedTable,
    SetOfContainingTable,
    TableContainingSetOf,
    SetOfInArray,
    TableInArray,
    BareU8,
    SkipInArray,
    Datum,
}Variants§
NestedSetOf
NestedTable
SetOfContainingTable
TableContainingSetOf
SetOfInArray
TableInArray
BareU8
SkipInArray
Datum
Trait Implementations§
source§impl Clone for ReturnsError
 
impl Clone for ReturnsError
source§fn clone(&self) -> ReturnsError
 
fn clone(&self) -> ReturnsError
Returns a copy 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 ReturnsError
 
impl Debug for ReturnsError
source§impl Display for ReturnsError
 
impl Display for ReturnsError
source§impl Error for ReturnsError
 
impl Error for ReturnsError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
 
fn source(&self) -> Option<&(dyn Error + 'static)>
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 Hash for ReturnsError
 
impl Hash for ReturnsError
source§impl Ord for ReturnsError
 
impl Ord for ReturnsError
source§fn cmp(&self, other: &ReturnsError) -> Ordering
 
fn cmp(&self, other: &ReturnsError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
    Self: Sized,
 
fn max(self, other: Self) -> Selfwhere
    Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ReturnsError
 
impl PartialEq for ReturnsError
source§fn eq(&self, other: &ReturnsError) -> bool
 
fn eq(&self, other: &ReturnsError) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl PartialOrd for ReturnsError
 
impl PartialOrd for ReturnsError
source§fn partial_cmp(&self, other: &ReturnsError) -> Option<Ordering>
 
fn partial_cmp(&self, other: &ReturnsError) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moreimpl Copy for ReturnsError
impl Eq for ReturnsError
impl StructuralEq for ReturnsError
impl StructuralPartialEq for ReturnsError
Auto Trait Implementations§
impl RefUnwindSafe for ReturnsError
impl Send for ReturnsError
impl Sync for ReturnsError
impl Unpin for ReturnsError
impl UnwindSafe for ReturnsError
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> Comparable<K> for Q
 
impl<Q, K> Comparable<K> for Q
§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
§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.