pub struct ApnPayload { /* private fields */ }
Trait Implementations§
Source§impl Clone for ApnPayload
impl Clone for ApnPayload
Source§fn clone(&self) -> ApnPayload
fn clone(&self) -> ApnPayload
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 ApnPayload
impl Debug for ApnPayload
Source§impl Default for ApnPayload
impl Default for ApnPayload
Source§fn default() -> ApnPayload
fn default() -> ApnPayload
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ApnPayload
impl RefUnwindSafe for ApnPayload
impl Send for ApnPayload
impl Sync for ApnPayload
impl Unpin for ApnPayload
impl UnwindSafe for ApnPayload
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