Struct zero_bounce::utility::structures::validation::ZBBatchError
source · pub struct ZBBatchError {
pub error: String,
pub email_address: String,
}Fields§
§error: String§email_address: StringTrait Implementations§
source§impl Clone for ZBBatchError
impl Clone for ZBBatchError
source§fn clone(&self) -> ZBBatchError
fn clone(&self) -> ZBBatchError
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 ZBBatchError
impl Debug for ZBBatchError
source§impl<'de> Deserialize<'de> for ZBBatchError
impl<'de> Deserialize<'de> for ZBBatchError
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