pub struct NotificaBody {
pub push: Option<HashMap<String, String>>,
pub email: Option<NotificaBodyEmail>,
}Fields§
§push: Option<HashMap<String, String>>§email: Option<NotificaBodyEmail>Trait Implementations§
Source§impl Clone for NotificaBody
impl Clone for NotificaBody
Source§fn clone(&self) -> NotificaBody
fn clone(&self) -> NotificaBody
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 NotificaBody
impl Debug for NotificaBody
Source§impl<'de> Deserialize<'de> for NotificaBody
impl<'de> Deserialize<'de> for NotificaBody
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
Auto Trait Implementations§
impl Freeze for NotificaBody
impl RefUnwindSafe for NotificaBody
impl Send for NotificaBody
impl Sync for NotificaBody
impl Unpin for NotificaBody
impl UnwindSafe for NotificaBody
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