Struct vsmtp_common::HeloProperties
pub struct HeloProperties {
pub client_name: ClientName,
pub using_deprecated: bool,
}Expand description
Properties accessible after the HELO/EHLO command
Fields§
§client_name: ClientName§using_deprecated: boolTrait Implementations§
§impl Clone for HeloProperties
impl Clone for HeloProperties
§fn clone(&self) -> HeloProperties
fn clone(&self) -> HeloProperties
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 more§impl Debug for HeloProperties
impl Debug for HeloProperties
§impl<'de> Deserialize<'de> for HeloProperties
impl<'de> Deserialize<'de> for HeloProperties
§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