Enum vsmtp_common::transfer::error::Envelop
pub enum Envelop {
NoRecipient,
}Expand description
The envelop to use for the SMTP exchange is invalid
Variants§
NoRecipient
No rcpt provided, therefor no RCPT TO can be sent to the remote server
Trait Implementations§
§impl<'de> Deserialize<'de> for Envelop
impl<'de> Deserialize<'de> for Envelop
§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
§impl Error for Envelop
impl Error for Envelop
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()