Struct zero_bounce::utility::structures::bulk::ZBFileFeedback
source · pub struct ZBFileFeedback {
pub success: bool,
pub message: String,
pub file_name: Option<String>,
pub file_id: Option<String>,
}Fields§
§success: bool§message: String§file_name: Option<String>§file_id: Option<String>Trait Implementations§
source§impl Clone for ZBFileFeedback
impl Clone for ZBFileFeedback
source§fn clone(&self) -> ZBFileFeedback
fn clone(&self) -> ZBFileFeedback
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 ZBFileFeedback
impl Debug for ZBFileFeedback
source§impl<'de> Deserialize<'de> for ZBFileFeedback
impl<'de> Deserialize<'de> for ZBFileFeedback
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