pub enum EnvelopeAddress {
Null,
Postmaster,
Path(MailPath),
}Variants§
Trait Implementations§
Source§impl Clone for EnvelopeAddress
impl Clone for EnvelopeAddress
Source§fn clone(&self) -> EnvelopeAddress
fn clone(&self) -> EnvelopeAddress
Returns a duplicate 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 EnvelopeAddress
impl Debug for EnvelopeAddress
Source§impl<'de> Deserialize<'de> for EnvelopeAddress
impl<'de> Deserialize<'de> for EnvelopeAddress
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
Source§impl FromStr for EnvelopeAddress
impl FromStr for EnvelopeAddress
Source§impl Into<EnvelopeAddress> for &Mailbox
impl Into<EnvelopeAddress> for &Mailbox
Source§fn into(self) -> EnvelopeAddress
fn into(self) -> EnvelopeAddress
Converts this type into the (usually inferred) input type.
Source§impl Into<EnvelopeAddress> for ForwardPath
impl Into<EnvelopeAddress> for ForwardPath
Source§fn into(self) -> EnvelopeAddress
fn into(self) -> EnvelopeAddress
Converts this type into the (usually inferred) input type.
Source§impl Into<String> for EnvelopeAddress
impl Into<String> for EnvelopeAddress
Source§impl PartialEq for EnvelopeAddress
impl PartialEq for EnvelopeAddress
Source§impl Serialize for EnvelopeAddress
impl Serialize for EnvelopeAddress
Source§impl ToString for EnvelopeAddress
impl ToString for EnvelopeAddress
Source§impl TryFrom<String> for EnvelopeAddress
impl TryFrom<String> for EnvelopeAddress
Source§impl TryInto<ForwardPath> for EnvelopeAddress
impl TryInto<ForwardPath> for EnvelopeAddress
Source§impl TryInto<ReversePath> for EnvelopeAddress
impl TryInto<ReversePath> for EnvelopeAddress
impl Eq for EnvelopeAddress
impl StructuralPartialEq for EnvelopeAddress
Auto Trait Implementations§
impl Freeze for EnvelopeAddress
impl RefUnwindSafe for EnvelopeAddress
impl Send for EnvelopeAddress
impl Sync for EnvelopeAddress
impl Unpin for EnvelopeAddress
impl UnwindSafe for EnvelopeAddress
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more