pub struct BadChannelData;Expand description
SNAFU context selector for the Error::BadChannelData variant
Implementations§
Trait Implementations§
Source§impl Clone for BadChannelData
impl Clone for BadChannelData
Source§fn clone(&self) -> BadChannelData
fn clone(&self) -> BadChannelData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for BadChannelData
Source§impl Debug for BadChannelData
impl Debug for BadChannelData
Auto Trait Implementations§
impl Freeze for BadChannelData
impl RefUnwindSafe for BadChannelData
impl Send for BadChannelData
impl Sync for BadChannelData
impl Unpin for BadChannelData
impl UnsafeUnpin for BadChannelData
impl UnwindSafe for BadChannelData
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