pub struct NotificationHistorySuccessResponse {
pub success: Option<bool>,
pub destination_url: Option<String>,
}
Fields§
§success: Option<bool>
§destination_url: Option<String>
Implementations§
Trait Implementations§
Source§impl Clone for NotificationHistorySuccessResponse
impl Clone for NotificationHistorySuccessResponse
Source§fn clone(&self) -> NotificationHistorySuccessResponse
fn clone(&self) -> NotificationHistorySuccessResponse
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 Default for NotificationHistorySuccessResponse
impl Default for NotificationHistorySuccessResponse
Source§fn default() -> NotificationHistorySuccessResponse
fn default() -> NotificationHistorySuccessResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for NotificationHistorySuccessResponse
impl<'de> Deserialize<'de> for NotificationHistorySuccessResponse
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 NotificationHistorySuccessResponse
impl PartialEq for NotificationHistorySuccessResponse
Source§fn eq(&self, other: &NotificationHistorySuccessResponse) -> bool
fn eq(&self, other: &NotificationHistorySuccessResponse) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for NotificationHistorySuccessResponse
Auto Trait Implementations§
impl Freeze for NotificationHistorySuccessResponse
impl RefUnwindSafe for NotificationHistorySuccessResponse
impl Send for NotificationHistorySuccessResponse
impl Sync for NotificationHistorySuccessResponse
impl Unpin for NotificationHistorySuccessResponse
impl UnwindSafe for NotificationHistorySuccessResponse
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