pub struct ControlMessagesError {
pub value: ControlMessagesErrorValue,
}
Fields§
§value: ControlMessagesErrorValue
Trait Implementations§
Source§impl Debug for ControlMessagesError
impl Debug for ControlMessagesError
Source§impl Display for ControlMessagesError
impl Display for ControlMessagesError
Source§impl Fail for ControlMessagesError
impl Fail for ControlMessagesError
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<BytesWriteError> for ControlMessagesError
impl From<BytesWriteError> for ControlMessagesError
Source§fn from(error: BytesWriteError) -> Self
fn from(error: BytesWriteError) -> Self
Converts to this type from the input type.
Source§impl From<ControlMessagesError> for SessionError
impl From<ControlMessagesError> for SessionError
Source§fn from(error: ControlMessagesError) -> Self
fn from(error: ControlMessagesError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ControlMessagesError
impl !RefUnwindSafe for ControlMessagesError
impl Send for ControlMessagesError
impl Sync for ControlMessagesError
impl Unpin for ControlMessagesError
impl !UnwindSafe for ControlMessagesError
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