pub struct GetListFail {
pub code: u16,
pub message: String,
pub data: Value,
}Fields§
§code: u16§message: String§data: ValueTrait Implementations§
Source§impl Debug for GetListFail
impl Debug for GetListFail
Source§impl<'de> Deserialize<'de> for GetListFail
impl<'de> Deserialize<'de> for GetListFail
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 GetListFail
impl Display for GetListFail
Source§impl Error for GetListFail
impl Error for GetListFail
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()
Auto Trait Implementations§
impl Freeze for GetListFail
impl RefUnwindSafe for GetListFail
impl Send for GetListFail
impl Sync for GetListFail
impl Unpin for GetListFail
impl UnsafeUnpin for GetListFail
impl UnwindSafe for GetListFail
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