pub struct InternalError {
pub fault_message: String,
}
Fieldsยง
ยงfault_message: String
A description of the error condition readOnly: true
Trait Implementationsยง
Sourceยงimpl Clone for InternalError
impl Clone for InternalError
Sourceยงfn clone(&self) -> InternalError
fn clone(&self) -> InternalError
Returns a duplicate of the value. Read more
1.0.0 ยท Sourceยงfn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSourceยงimpl Debug for InternalError
impl Debug for InternalError
Sourceยงimpl<'de> Deserialize<'de> for InternalError
impl<'de> Deserialize<'de> for InternalError
Sourceยงfn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Sourceยงimpl Display for InternalError
impl Display for InternalError
Sourceยงimpl Hash for InternalError
impl Hash for InternalError
Sourceยงimpl Ord for InternalError
impl Ord for InternalError
Sourceยงfn cmp(&self, other: &InternalError) -> Ordering
fn cmp(&self, other: &InternalError) -> Ordering
1.21.0 ยท Sourceยงfn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Sourceยงimpl PartialEq for InternalError
impl PartialEq for InternalError
Sourceยงimpl PartialOrd for InternalError
impl PartialOrd for InternalError
Sourceยงimpl Serialize for InternalError
impl Serialize for InternalError
impl Eq for InternalError
impl StructuralPartialEq for InternalError
Auto Trait Implementationsยง
impl Freeze for InternalError
impl RefUnwindSafe for InternalError
impl Send for InternalError
impl Sync for InternalError
impl Unpin for InternalError
impl UnwindSafe for InternalError
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