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