pub struct AvesterraError {
pub errcode: HGTPError,
pub message: String255,
}
Fields§
§errcode: HGTPError
§message: String255
Trait Implementations§
Source§impl Clone for AvesterraError
impl Clone for AvesterraError
Source§fn clone(&self) -> AvesterraError
fn clone(&self) -> AvesterraError
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 AvesterraError
impl Debug for AvesterraError
Source§impl<'de> Deserialize<'de> for AvesterraError
impl<'de> Deserialize<'de> for AvesterraError
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 AvesterraError
impl Display for AvesterraError
Source§impl Error for AvesterraError
impl Error for AvesterraError
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 From<AvesterraError> for CallError
impl From<AvesterraError> for CallError
Source§fn from(source: AvesterraError) -> Self
fn from(source: AvesterraError) -> Self
Converts to this type from the input type.
Source§impl PartialEq for AvesterraError
impl PartialEq for AvesterraError
Source§impl Serialize for AvesterraError
impl Serialize for AvesterraError
impl StructuralPartialEq for AvesterraError
Auto Trait Implementations§
impl Freeze for AvesterraError
impl RefUnwindSafe for AvesterraError
impl Send for AvesterraError
impl Sync for AvesterraError
impl Unpin for AvesterraError
impl UnwindSafe for AvesterraError
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