pub enum KindType {
Warmup,
}Expand description
Channel: Email Set to "warmup" to send this as an Auto Warm Up campaign: a single campaign delivered gradually to your audience over several days, so you don’t have to pace sends manually. OneSignal generates a sending schedule based on your past delivery volumes, scheduled Auto Warm Up emails, and the size of your current audience. When set, email_warm_up is required and describes the campaign’s stages and (optionally) its scheduling strategy. send_after cannot be combined with kind: \"warmup\". The campaign will be scheduled to begin at its first stage’s start time. Only supported for Email notifications.
Variants§
Warmup
Trait Implementations§
impl Copy for KindType
Source§impl<'de> Deserialize<'de> for KindType
impl<'de> Deserialize<'de> for KindType
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 Eq for KindType
Source§impl Ord for KindType
impl Ord for KindType
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for KindType
impl PartialOrd for KindType
impl StructuralPartialEq for KindType
Auto Trait Implementations§
impl Freeze for KindType
impl RefUnwindSafe for KindType
impl Send for KindType
impl Sync for KindType
impl Unpin for KindType
impl UnsafeUnpin for KindType
impl UnwindSafe for KindType
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,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.