pub enum ErrorMetadata {
    Enum {
        enum_: EnumMetadata,
        is_flat: bool,
    },
}Variants§
Enum
Implementations§
Source§impl ErrorMetadata
 
impl ErrorMetadata
Trait Implementations§
Source§impl Clone for ErrorMetadata
 
impl Clone for ErrorMetadata
Source§fn clone(&self) -> ErrorMetadata
 
fn clone(&self) -> ErrorMetadata
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 ErrorMetadata
 
impl Debug for ErrorMetadata
Source§impl From<ErrorMetadata> for Metadata
 
impl From<ErrorMetadata> for Metadata
Source§fn from(e: ErrorMetadata) -> Self
 
fn from(e: ErrorMetadata) -> Self
Converts to this type from the input type.
Source§impl Ord for ErrorMetadata
 
impl Ord for ErrorMetadata
Source§fn cmp(&self, other: &ErrorMetadata) -> Ordering
 
fn cmp(&self, other: &ErrorMetadata) -> 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 ErrorMetadata
 
impl PartialEq for ErrorMetadata
Source§impl PartialOrd for ErrorMetadata
 
impl PartialOrd for ErrorMetadata
impl Eq for ErrorMetadata
impl StructuralPartialEq for ErrorMetadata
Auto Trait Implementations§
impl Freeze for ErrorMetadata
impl RefUnwindSafe for ErrorMetadata
impl Send for ErrorMetadata
impl Sync for ErrorMetadata
impl Unpin for ErrorMetadata
impl UnwindSafe for ErrorMetadata
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