pub enum ByteHandlerError {
ConversionErrorTooLong,
}Variants§
ConversionErrorTooLong
The input slice was longer than 4 bytes and cannot fit in a ByteHandler.
Trait Implementations§
Source§impl Debug for ByteHandlerError
impl Debug for ByteHandlerError
Source§impl Display for ByteHandlerError
impl Display for ByteHandlerError
Source§impl Error for ByteHandlerError
impl Error for ByteHandlerError
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<ByteHandlerError> for BirthdayError
impl From<ByteHandlerError> for BirthdayError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for BuildError
impl From<ByteHandlerError> for BuildError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for ComboError
impl From<ByteHandlerError> for ComboError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for ControllerError
impl From<ByteHandlerError> for ControllerError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for DateError
impl From<ByteHandlerError> for DateError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for EyebrowsError
impl From<ByteHandlerError> for EyebrowsError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for EyesError
impl From<ByteHandlerError> for EyesError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for FacialHairError
impl From<ByteHandlerError> for FacialHairError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for FavoriteColorError
impl From<ByteHandlerError> for FavoriteColorError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for GhostError
impl From<ByteHandlerError> for GhostError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for GhostTypeError
impl From<ByteHandlerError> for GhostTypeError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for GlassesError
impl From<ByteHandlerError> for GlassesError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for HairError
impl From<ByteHandlerError> for HairError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for HeadError
impl From<ByteHandlerError> for HeadError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for HeaderError
impl From<ByteHandlerError> for HeaderError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for InGameTimeError
impl From<ByteHandlerError> for InGameTimeError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for LipsError
impl From<ByteHandlerError> for LipsError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for MiiError
impl From<ByteHandlerError> for MiiError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for MoleError
impl From<ByteHandlerError> for MoleError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for NoseError
impl From<ByteHandlerError> for NoseError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for SlotIdError
impl From<ByteHandlerError> for SlotIdError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Source§impl From<ByteHandlerError> for TransmissionModError
impl From<ByteHandlerError> for TransmissionModError
Source§fn from(source: ByteHandlerError) -> Self
fn from(source: ByteHandlerError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ByteHandlerError
impl RefUnwindSafe for ByteHandlerError
impl Send for ByteHandlerError
impl Sync for ByteHandlerError
impl Unpin for ByteHandlerError
impl UnsafeUnpin for ByteHandlerError
impl UnwindSafe for ByteHandlerError
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