pub struct MailboxesBatchV2 {
pub mailboxes: Vec<MailboxV2>,
pub errors: Vec<Value>,
}Expand description
MailboxesBatchV2 : Результат массового создания почтовых ящиков (API v2)
Fields§
§mailboxes: Vec<MailboxV2>Массив успешно созданных почтовых ящиков
errors: Vec<Value>Массив ошибок при создании почтовых ящиков
Implementations§
Trait Implementations§
Source§impl Clone for MailboxesBatchV2
impl Clone for MailboxesBatchV2
Source§fn clone(&self) -> MailboxesBatchV2
fn clone(&self) -> MailboxesBatchV2
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 MailboxesBatchV2
impl Debug for MailboxesBatchV2
Source§impl Default for MailboxesBatchV2
impl Default for MailboxesBatchV2
Source§fn default() -> MailboxesBatchV2
fn default() -> MailboxesBatchV2
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MailboxesBatchV2
impl<'de> Deserialize<'de> for MailboxesBatchV2
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 MailboxesBatchV2
impl PartialEq for MailboxesBatchV2
Source§fn eq(&self, other: &MailboxesBatchV2) -> bool
fn eq(&self, other: &MailboxesBatchV2) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MailboxesBatchV2
impl Serialize for MailboxesBatchV2
impl StructuralPartialEq for MailboxesBatchV2
Auto Trait Implementations§
impl Freeze for MailboxesBatchV2
impl RefUnwindSafe for MailboxesBatchV2
impl Send for MailboxesBatchV2
impl Sync for MailboxesBatchV2
impl Unpin for MailboxesBatchV2
impl UnsafeUnpin for MailboxesBatchV2
impl UnwindSafe for MailboxesBatchV2
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