Struct zero_bounce::utility::structures::validation::ZBBatchValidation
source · pub struct ZBBatchValidation {
pub email_batch: Vec<ZBValidation>,
pub errors: Vec<ZBBatchError>,
}Fields§
§email_batch: Vec<ZBValidation>§errors: Vec<ZBBatchError>Trait Implementations§
source§impl Clone for ZBBatchValidation
impl Clone for ZBBatchValidation
source§fn clone(&self) -> ZBBatchValidation
fn clone(&self) -> ZBBatchValidation
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 ZBBatchValidation
impl Debug for ZBBatchValidation
source§impl<'de> Deserialize<'de> for ZBBatchValidation
impl<'de> Deserialize<'de> for ZBBatchValidation
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