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