pub struct BadChannel(/* private fields */);
Expand description
A bad channel was attempted to be created
Trait Implementations§
Source§impl Debug for BadChannel
impl Debug for BadChannel
Source§impl<D: Debug, E: Debug> From<BadChannel> for Error<D, E>
impl<D: Debug, E: Debug> From<BadChannel> for Error<D, E>
Source§fn from(value: BadChannel) -> Self
fn from(value: BadChannel) -> Self
Converts to this type from the input type.
Source§impl From<BadChannel> for u8
impl From<BadChannel> for u8
Source§fn from(value: BadChannel) -> Self
fn from(value: BadChannel) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BadChannel
impl RefUnwindSafe for BadChannel
impl Send for BadChannel
impl Sync for BadChannel
impl Unpin for BadChannel
impl UnwindSafe for BadChannel
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