Struct networkio::bytes_errors::BytesReadError [−][src]
pub struct BytesReadError {
pub value: BytesReadErrorValue,
}Fields
value: BytesReadErrorValueTrait Implementations
impl Debug for BytesReadError[src]
impl Debug for BytesReadError[src]impl Display for BytesReadError[src]
impl Display for BytesReadError[src]impl Fail for BytesReadError[src]
impl Fail for BytesReadError[src]fn cause(&self) -> Option<&dyn Fail>[src]
fn cause(&self) -> Option<&dyn Fail>[src]Returns a reference to the underlying cause of this failure, if it is an error that wraps other errors. Read more
fn backtrace(&self) -> Option<&Backtrace>[src]
fn backtrace(&self) -> Option<&Backtrace>[src]Returns a reference to the Backtrace carried by this failure, if it
carries one. Read more
impl From<BytesReadErrorValue> for BytesReadError[src]
impl From<BytesReadErrorValue> for BytesReadError[src]fn from(val: BytesReadErrorValue) -> Self[src]
fn from(val: BytesReadErrorValue) -> Self[src]Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for BytesReadError
impl Send for BytesReadError
impl Sync for BytesReadError
impl Unpin for BytesReadError
impl !UnwindSafe for BytesReadError
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more