pub struct Success;Trait Implementations§
Source§impl Error for Success
impl Error for Success
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 ErrorDiagnostic for Success
impl ErrorDiagnostic for Success
Source§fn typ(&self) -> ResultType
fn typ(&self) -> ResultType
Returns the classification of the result (e.g. success, client error, service error).
Source§fn signature(&self) -> &'static str
fn signature(&self) -> &'static str
Returns a stable identifier for the specific error classification. Read more
impl Copy for Success
impl Eq for Success
impl StructuralPartialEq for Success
Auto Trait Implementations§
impl Freeze for Success
impl RefUnwindSafe for Success
impl Send for Success
impl Sync for Success
impl Unpin for Success
impl UnsafeUnpin for Success
impl UnwindSafe for Success
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