Struct vsmtp_common::RcptToProperties
pub struct RcptToProperties {
pub forward_paths: Vec<Address>,
pub delivery: HashMap<WrapperSerde, DeliverTo>,
pub transaction_type: TransactionType,
}Expand description
Properties accessible after the RCPT TO command
Fields§
§forward_paths: Vec<Address>§delivery: HashMap<WrapperSerde, DeliverTo>§transaction_type: TransactionTypeTrait Implementations§
§impl Clone for RcptToProperties
impl Clone for RcptToProperties
§fn clone(&self) -> RcptToProperties
fn clone(&self) -> RcptToProperties
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 RcptToProperties
impl Debug for RcptToProperties
§impl<'de> Deserialize<'de> for RcptToProperties
impl<'de> Deserialize<'de> for RcptToProperties
§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