pub struct CloseCodeConversionError { /* private fields */ }
Implementations§
Trait Implementations§
Source§impl Debug for CloseCodeConversionError
impl Debug for CloseCodeConversionError
Source§impl Display for CloseCodeConversionError
impl Display for CloseCodeConversionError
Source§impl Error for CloseCodeConversionError
impl Error for CloseCodeConversionError
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 PartialEq for CloseCodeConversionError
impl PartialEq for CloseCodeConversionError
impl Eq for CloseCodeConversionError
impl StructuralPartialEq for CloseCodeConversionError
Auto Trait Implementations§
impl Freeze for CloseCodeConversionError
impl RefUnwindSafe for CloseCodeConversionError
impl Send for CloseCodeConversionError
impl Sync for CloseCodeConversionError
impl Unpin for CloseCodeConversionError
impl UnwindSafe for CloseCodeConversionError
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