Struct stripe::NotificationEventData
source · pub struct NotificationEventData {
pub object: EventObject,
}Expand description
The resource representing a Stripe “NotificationEventData”.
note: this is a manual override of the generated code; see notification_event_data.rs for the (broken) codegen
Fields§
§object: EventObjectTrait Implementations§
source§impl Clone for NotificationEventData
impl Clone for NotificationEventData
source§fn clone(&self) -> NotificationEventData
fn clone(&self) -> NotificationEventData
Returns a copy 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 NotificationEventData
impl Debug for NotificationEventData
source§impl Default for NotificationEventData
impl Default for NotificationEventData
source§fn default() -> NotificationEventData
fn default() -> NotificationEventData
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for NotificationEventData
impl<'de> Deserialize<'de> for NotificationEventData
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