pub struct EventMessagesError {
pub value: EventMessagesErrorValue,
}
Fields§
§value: EventMessagesErrorValue
Trait Implementations§
Source§impl Debug for EventMessagesError
impl Debug for EventMessagesError
Source§impl Display for EventMessagesError
impl Display for EventMessagesError
Source§impl Fail for EventMessagesError
impl Fail for EventMessagesError
Source§fn cause(&self) -> Option<&dyn Fail>
fn cause(&self) -> Option<&dyn Fail>
Returns a reference to the underlying cause of this failure, if it
is an error that wraps other errors. Read more
Source§fn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
Returns a reference to the
Backtrace
carried by this failure, if it
carries one. Read moreSource§impl From<Amf0WriteError> for EventMessagesError
impl From<Amf0WriteError> for EventMessagesError
Source§fn from(error: Amf0WriteError) -> Self
fn from(error: Amf0WriteError) -> Self
Converts to this type from the input type.
Source§impl From<BytesReadError> for EventMessagesError
impl From<BytesReadError> for EventMessagesError
Source§fn from(error: BytesReadError) -> Self
fn from(error: BytesReadError) -> Self
Converts to this type from the input type.
Source§impl From<BytesWriteError> for EventMessagesError
impl From<BytesWriteError> for EventMessagesError
Source§fn from(error: BytesWriteError) -> Self
fn from(error: BytesWriteError) -> Self
Converts to this type from the input type.
Source§impl From<EventMessagesError> for MessageError
impl From<EventMessagesError> for MessageError
Source§fn from(error: EventMessagesError) -> Self
fn from(error: EventMessagesError) -> Self
Converts to this type from the input type.
Source§impl From<EventMessagesError> for SessionError
impl From<EventMessagesError> for SessionError
Source§fn from(error: EventMessagesError) -> Self
fn from(error: EventMessagesError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for EventMessagesError
impl !RefUnwindSafe for EventMessagesError
impl Send for EventMessagesError
impl Sync for EventMessagesError
impl Unpin for EventMessagesError
impl !UnwindSafe for EventMessagesError
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