pub struct ChannelConfigurationError(pub u8);Expand description
Represents an error converting a u8 into a ChannelConfiguration
Tuple Fields§
§0: u8The invalid value that was provided. Only 4-bit values (0x0–0xf) are valid.
Trait Implementations§
Source§impl Debug for ChannelConfigurationError
impl Debug for ChannelConfigurationError
impl StructuralPartialEq for ChannelConfigurationError
Auto Trait Implementations§
impl Freeze for ChannelConfigurationError
impl RefUnwindSafe for ChannelConfigurationError
impl Send for ChannelConfigurationError
impl Sync for ChannelConfigurationError
impl Unpin for ChannelConfigurationError
impl UnsafeUnpin for ChannelConfigurationError
impl UnwindSafe for ChannelConfigurationError
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