pub enum SpendAlertNotificationChannelType {
Email,
}Available on crate feature
administration-types only.Expand description
The notification channel type. Currently only email is supported.
Variants§
Trait Implementations§
Source§impl Clone for SpendAlertNotificationChannelType
impl Clone for SpendAlertNotificationChannelType
Source§fn clone(&self) -> SpendAlertNotificationChannelType
fn clone(&self) -> SpendAlertNotificationChannelType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for SpendAlertNotificationChannelType
impl<'de> Deserialize<'de> for SpendAlertNotificationChannelType
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
impl StructuralPartialEq for SpendAlertNotificationChannelType
Auto Trait Implementations§
impl Freeze for SpendAlertNotificationChannelType
impl RefUnwindSafe for SpendAlertNotificationChannelType
impl Send for SpendAlertNotificationChannelType
impl Sync for SpendAlertNotificationChannelType
impl Unpin for SpendAlertNotificationChannelType
impl UnsafeUnpin for SpendAlertNotificationChannelType
impl UnwindSafe for SpendAlertNotificationChannelType
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