pub enum EmailIntakeAddressType {
Team,
Template,
Asks,
AsksWeb,
Unknown,
}Variants§
Trait Implementations§
Source§impl Clone for EmailIntakeAddressType
impl Clone for EmailIntakeAddressType
Source§fn clone(&self) -> EmailIntakeAddressType
fn clone(&self) -> EmailIntakeAddressType
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 EmailIntakeAddressType
impl Debug for EmailIntakeAddressType
Source§impl<'de> Deserialize<'de> for EmailIntakeAddressType
impl<'de> Deserialize<'de> for EmailIntakeAddressType
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 PartialEq for EmailIntakeAddressType
impl PartialEq for EmailIntakeAddressType
Source§impl Serialize for EmailIntakeAddressType
impl Serialize for EmailIntakeAddressType
impl Eq for EmailIntakeAddressType
impl StructuralPartialEq for EmailIntakeAddressType
Auto Trait Implementations§
impl Freeze for EmailIntakeAddressType
impl RefUnwindSafe for EmailIntakeAddressType
impl Send for EmailIntakeAddressType
impl Sync for EmailIntakeAddressType
impl Unpin for EmailIntakeAddressType
impl UnwindSafe for EmailIntakeAddressType
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