pub struct BatchErrorsObject;
Expand description
The object type, which is always list
.
Trait Implementations§
Source§impl Clone for BatchErrorsObject
impl Clone for BatchErrorsObject
Source§fn clone(&self) -> BatchErrorsObject
fn clone(&self) -> BatchErrorsObject
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 BatchErrorsObject
impl Debug for BatchErrorsObject
Source§impl Default for BatchErrorsObject
impl Default for BatchErrorsObject
Source§fn default() -> BatchErrorsObject
fn default() -> BatchErrorsObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BatchErrorsObject
impl<'de> Deserialize<'de> for BatchErrorsObject
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 BatchErrorsObject
impl PartialEq for BatchErrorsObject
Source§impl Serialize for BatchErrorsObject
impl Serialize for BatchErrorsObject
impl Copy for BatchErrorsObject
impl StructuralPartialEq for BatchErrorsObject
Auto Trait Implementations§
impl Freeze for BatchErrorsObject
impl RefUnwindSafe for BatchErrorsObject
impl Send for BatchErrorsObject
impl Sync for BatchErrorsObject
impl Unpin for BatchErrorsObject
impl UnwindSafe for BatchErrorsObject
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