pub struct NotificationV2Response {
pub data: String,
pub icon: String,
pub text: String,
pub text_key: Option<String>,
pub type: String,
}Fields§
§data: String§icon: String§text: String§text_key: Option<String>§type: StringImplementations§
Trait Implementations§
Source§impl Clone for NotificationV2Response
impl Clone for NotificationV2Response
Source§fn clone(&self) -> NotificationV2Response
fn clone(&self) -> NotificationV2Response
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 NotificationV2Response
impl Debug for NotificationV2Response
Source§impl Default for NotificationV2Response
impl Default for NotificationV2Response
Source§fn default() -> NotificationV2Response
fn default() -> NotificationV2Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationV2Response
impl<'de> Deserialize<'de> for NotificationV2Response
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 NotificationV2Response
impl PartialEq for NotificationV2Response
Source§impl Serialize for NotificationV2Response
impl Serialize for NotificationV2Response
impl StructuralPartialEq for NotificationV2Response
Auto Trait Implementations§
impl Freeze for NotificationV2Response
impl RefUnwindSafe for NotificationV2Response
impl Send for NotificationV2Response
impl Sync for NotificationV2Response
impl Unpin for NotificationV2Response
impl UnwindSafe for NotificationV2Response
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