Struct dxr_shared::Fault
source · [−]pub struct Fault { /* private fields */ }
Expand description
XML-RPC server fault (numeric error code and message)
Implementations
Trait Implementations
sourceimpl Error for Fault
impl Error for Fault
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<Fault> for FaultResponse
impl From<Fault> for FaultResponse
sourceimpl TryFrom<FaultResponse> for Fault
impl TryFrom<FaultResponse> for Fault
impl Eq for Fault
impl StructuralEq for Fault
impl StructuralPartialEq for Fault
Auto Trait Implementations
impl RefUnwindSafe for Fault
impl Send for Fault
impl Sync for Fault
impl Unpin for Fault
impl UnwindSafe for Fault
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