pub struct BadEffectType(pub u8);
Tuple Fields§
§0: u8
Trait Implementations§
Source§impl Debug for BadEffectType
impl Debug for BadEffectType
Source§impl Display for BadEffectType
impl Display for BadEffectType
Source§impl Error for BadEffectType
impl Error for BadEffectType
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<BadEffectType> for DecodeError
impl From<BadEffectType> for DecodeError
Source§fn from(source: BadEffectType) -> Self
fn from(source: BadEffectType) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BadEffectType
impl RefUnwindSafe for BadEffectType
impl Send for BadEffectType
impl Sync for BadEffectType
impl Unpin for BadEffectType
impl UnwindSafe for BadEffectType
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