pub struct ErrorValueMessage {
pub code: i64,
pub msg: String,
}Fields§
§code: i64§msg: StringTrait Implementations§
Source§impl Debug for ErrorValueMessage
impl Debug for ErrorValueMessage
Source§impl<'de> Deserialize<'de> for ErrorValueMessage
impl<'de> Deserialize<'de> for ErrorValueMessage
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 PartialEq for ErrorValueMessage
impl PartialEq for ErrorValueMessage
Source§fn eq(&self, other: &ErrorValueMessage) -> bool
fn eq(&self, other: &ErrorValueMessage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ErrorValueMessage
Auto Trait Implementations§
impl Freeze for ErrorValueMessage
impl RefUnwindSafe for ErrorValueMessage
impl Send for ErrorValueMessage
impl Sync for ErrorValueMessage
impl Unpin for ErrorValueMessage
impl UnsafeUnpin for ErrorValueMessage
impl UnwindSafe for ErrorValueMessage
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