Struct dittolive_ditto::error::DittoError
source · [−]pub struct DittoError { /* private fields */ }
Expand description
Custom error for Ditto
Implementations
sourceimpl DittoError
impl DittoError
pub fn get_authentication_client_feedback(
&self
) -> Option<AuthenticationClientFeedback>
Trait Implementations
sourceimpl Debug for DittoError
impl Debug for DittoError
sourceimpl Display for DittoError
impl Display for DittoError
sourceimpl Error for DittoError
impl Error for DittoError
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 From<Error> for DittoError
impl From<Error> for DittoError
sourceimpl From<Error> for DittoError
impl From<Error> for DittoError
sourceimpl From<Error> for DittoError
impl From<Error> for DittoError
sourceimpl From<ErrorKind> for DittoError
impl From<ErrorKind> for DittoError
sourcefn from(kind: ErrorKind) -> DittoError
fn from(kind: ErrorKind) -> DittoError
Converts to this type from the input type.
sourceimpl From<Infallible> for DittoError
impl From<Infallible> for DittoError
sourcefn from(err: Infallible) -> Self
fn from(err: Infallible) -> Self
Converts to this type from the input type.
sourceimpl From<NonZeroI32> for DittoError
impl From<NonZeroI32> for DittoError
sourcefn from(code: NonZeroI32) -> DittoError
fn from(code: NonZeroI32) -> DittoError
Converts to this type from the input type.
sourceimpl From<i32> for DittoError
impl From<i32> for DittoError
sourcefn from(code: i32) -> DittoError
fn from(code: i32) -> DittoError
Converts to this type from the input type.
Auto Trait Implementations
impl !RefUnwindSafe for DittoError
impl Send for DittoError
impl Sync for DittoError
impl Unpin for DittoError
impl !UnwindSafe for DittoError
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
impl<T> CompatExt for T
impl<T> CompatExt for T
fn compat_ref(&self) -> Compat<&T>
fn compat_ref(&self) -> Compat<&T>
Applies the [
Compat
] adapter by shared reference. Read morefn compat_mut(&mut self) -> Compat<&mut T>
fn compat_mut(&mut self) -> Compat<&mut T>
Applies the [
Compat
] adapter by mutable reference. Read more