Struct botx_api::api::models::express_error::EventRecipientsListIsEmpty
source · pub struct EventRecipientsListIsEmpty {
pub sync_id: Uuid,
pub errors: Vec<String>,
pub error_data: EventRecipientsListIsEmptyData,
}Expand description
Итоговый список получателей события пуст
Fields§
§sync_id: Uuidid сообщения
errors: Vec<String>Список ошибок
error_data: EventRecipientsListIsEmptyDataДополнительная информация об ошибке
Trait Implementations§
source§impl Clone for EventRecipientsListIsEmpty
impl Clone for EventRecipientsListIsEmpty
source§fn clone(&self) -> EventRecipientsListIsEmpty
fn clone(&self) -> EventRecipientsListIsEmpty
Returns a copy 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 EventRecipientsListIsEmpty
impl Debug for EventRecipientsListIsEmpty
source§impl<'de> Deserialize<'de> for EventRecipientsListIsEmpty
impl<'de> Deserialize<'de> for EventRecipientsListIsEmpty
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
Auto Trait Implementations§
impl RefUnwindSafe for EventRecipientsListIsEmpty
impl Send for EventRecipientsListIsEmpty
impl Sync for EventRecipientsListIsEmpty
impl Unpin for EventRecipientsListIsEmpty
impl UnwindSafe for EventRecipientsListIsEmpty
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