pub enum ApnsPushType {
Alert,
Background,
Voip,
Location,
Complication,
Fileprovider,
Mdm,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ApnsPushType
impl Clone for ApnsPushType
Source§fn clone(&self) -> ApnsPushType
fn clone(&self) -> ApnsPushType
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 Debug for ApnsPushType
impl Debug for ApnsPushType
Auto Trait Implementations§
impl Freeze for ApnsPushType
impl RefUnwindSafe for ApnsPushType
impl Send for ApnsPushType
impl Sync for ApnsPushType
impl Unpin for ApnsPushType
impl UnsafeUnpin for ApnsPushType
impl UnwindSafe for ApnsPushType
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