Enum extended_primitives::buffer::BufferError
source · [−]pub enum BufferError {
OutOfBounds,
InvalidString(FromUtf8Error),
NonMinimalVarInt,
}Variants
OutOfBounds
InvalidString(FromUtf8Error)
NonMinimalVarInt
Trait Implementations
sourceimpl Debug for BufferError
impl Debug for BufferError
sourceimpl Display for BufferError
impl Display for BufferError
sourceimpl From<FromUtf8Error> for BufferError
impl From<FromUtf8Error> for BufferError
sourcefn from(e: FromUtf8Error) -> Self
fn from(e: FromUtf8Error) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for BufferError
impl Send for BufferError
impl Sync for BufferError
impl Unpin for BufferError
impl UnwindSafe for BufferError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more