Struct onesignal_rust_api::models::notification_history_success_response::NotificationHistorySuccessResponse
source · [−]pub struct NotificationHistorySuccessResponse {
pub success: Option<bool>,
pub destination_url: Option<String>,
}
Fields
success: Option<bool>
destination_url: Option<String>
Implementations
Trait Implementations
sourceimpl Clone for NotificationHistorySuccessResponse
impl Clone for NotificationHistorySuccessResponse
sourcefn clone(&self) -> NotificationHistorySuccessResponse
fn clone(&self) -> NotificationHistorySuccessResponse
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Default for NotificationHistorySuccessResponse
impl Default for NotificationHistorySuccessResponse
sourcefn default() -> NotificationHistorySuccessResponse
fn default() -> NotificationHistorySuccessResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NotificationHistorySuccessResponse
impl<'de> Deserialize<'de> for NotificationHistorySuccessResponse
sourcefn 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
sourceimpl PartialEq<NotificationHistorySuccessResponse> for NotificationHistorySuccessResponse
impl PartialEq<NotificationHistorySuccessResponse> for NotificationHistorySuccessResponse
sourcefn eq(&self, other: &NotificationHistorySuccessResponse) -> bool
fn eq(&self, other: &NotificationHistorySuccessResponse) -> bool
impl StructuralPartialEq for NotificationHistorySuccessResponse
Auto Trait Implementations
impl RefUnwindSafe for NotificationHistorySuccessResponse
impl Send for NotificationHistorySuccessResponse
impl Sync for NotificationHistorySuccessResponse
impl Unpin for NotificationHistorySuccessResponse
impl UnwindSafe for NotificationHistorySuccessResponse
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more