Enum twilight_model::channel::ConversionError [−][src]
pub enum ConversionError {
MessageType(u8),
}Variants
MessageType(u8)Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ConversionErrorimpl Send for ConversionErrorimpl Sync for ConversionErrorimpl Unpin for ConversionErrorimpl UnwindSafe for ConversionErrorBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more