pub enum PushSubscriptionType {
Web,
Apple,
AppleDevelopment,
Firebase,
Unknown,
}Expand description
The different push subscription types.
Variants§
Trait Implementations§
Source§impl Clone for PushSubscriptionType
impl Clone for PushSubscriptionType
Source§fn clone(&self) -> PushSubscriptionType
fn clone(&self) -> PushSubscriptionType
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 PushSubscriptionType
impl Debug for PushSubscriptionType
Source§impl<'de> Deserialize<'de> for PushSubscriptionType
impl<'de> Deserialize<'de> for PushSubscriptionType
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 PushSubscriptionType
impl PartialEq for PushSubscriptionType
Source§impl Serialize for PushSubscriptionType
impl Serialize for PushSubscriptionType
impl Eq for PushSubscriptionType
impl StructuralPartialEq for PushSubscriptionType
Auto Trait Implementations§
impl Freeze for PushSubscriptionType
impl RefUnwindSafe for PushSubscriptionType
impl Send for PushSubscriptionType
impl Sync for PushSubscriptionType
impl Unpin for PushSubscriptionType
impl UnwindSafe for PushSubscriptionType
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