Struct twilight_model::voice::CloseCodeConversionError
source · [−]pub struct CloseCodeConversionError { /* private fields */ }Implementations
Trait Implementations
sourceimpl Debug for CloseCodeConversionError
impl Debug for CloseCodeConversionError
sourceimpl Display for CloseCodeConversionError
impl Display for CloseCodeConversionError
sourceimpl Error for CloseCodeConversionError
impl Error for CloseCodeConversionError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
sourceimpl PartialEq<CloseCodeConversionError> for CloseCodeConversionError
impl PartialEq<CloseCodeConversionError> for CloseCodeConversionError
sourcefn eq(&self, other: &CloseCodeConversionError) -> bool
fn eq(&self, other: &CloseCodeConversionError) -> bool
impl Eq for CloseCodeConversionError
impl StructuralEq for CloseCodeConversionError
impl StructuralPartialEq for CloseCodeConversionError
Auto Trait Implementations
impl RefUnwindSafe for CloseCodeConversionError
impl Send for CloseCodeConversionError
impl Sync for CloseCodeConversionError
impl Unpin for CloseCodeConversionError
impl UnwindSafe for CloseCodeConversionError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more