pub struct BatchSendResult {
pub items: Vec<BatchItemResult>,
}Fields§
§items: Vec<BatchItemResult>Trait Implementations§
Source§impl Clone for BatchSendResult
impl Clone for BatchSendResult
Source§fn clone(&self) -> BatchSendResult
fn clone(&self) -> BatchSendResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BatchSendResult
impl Debug for BatchSendResult
Source§impl Default for BatchSendResult
impl Default for BatchSendResult
Source§fn default() -> BatchSendResult
fn default() -> BatchSendResult
Returns the “default value” for a type. Read more
Source§impl PartialEq for BatchSendResult
impl PartialEq for BatchSendResult
impl StructuralPartialEq for BatchSendResult
Auto Trait Implementations§
impl Freeze for BatchSendResult
impl RefUnwindSafe for BatchSendResult
impl Send for BatchSendResult
impl Sync for BatchSendResult
impl Unpin for BatchSendResult
impl UnsafeUnpin for BatchSendResult
impl UnwindSafe for BatchSendResult
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