pub enum ContactChannel {
Email,
Sms,
Phone,
Portal,
}Expand description
Customer contact channel preference or observed route used by draft/message workflows.
Variants§
Email state or source category preserved for normalized resort records.
Sms
Sms state or source category preserved for normalized resort records.
Phone
Phone state or source category preserved for normalized resort records.
Portal
Portal state or source category preserved for normalized resort records.
Trait Implementations§
Source§impl Clone for ContactChannel
impl Clone for ContactChannel
Source§fn clone(&self) -> ContactChannel
fn clone(&self) -> ContactChannel
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 ContactChannel
impl Debug for ContactChannel
Source§impl<'de> Deserialize<'de> for ContactChannel
impl<'de> Deserialize<'de> for ContactChannel
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 ContactChannel
impl PartialEq for ContactChannel
Source§impl Serialize for ContactChannel
impl Serialize for ContactChannel
impl Eq for ContactChannel
impl StructuralPartialEq for ContactChannel
Auto Trait Implementations§
impl Freeze for ContactChannel
impl RefUnwindSafe for ContactChannel
impl Send for ContactChannel
impl Sync for ContactChannel
impl Unpin for ContactChannel
impl UnsafeUnpin for ContactChannel
impl UnwindSafe for ContactChannel
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