pub enum ByteWriterError {
Fail,
}Variants§
Fail
Trait Implementations§
Source§impl Debug for ByteWriterError
impl Debug for ByteWriterError
Source§impl Display for ByteWriterError
impl Display for ByteWriterError
Source§impl Error for ByteWriterError
impl Error for ByteWriterError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl From<ByteWriterError> for ByteError
impl From<ByteWriterError> for ByteError
Source§fn from(err: ByteWriterError) -> Self
fn from(err: ByteWriterError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ByteWriterError
impl RefUnwindSafe for ByteWriterError
impl Send for ByteWriterError
impl Sync for ByteWriterError
impl Unpin for ByteWriterError
impl UnwindSafe for ByteWriterError
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