Struct stripe::model::NotificationEventData
source · pub struct NotificationEventData {
pub object: Value,
pub previous_attributes: Option<Value>,
}Fields§
§object: Value§previous_attributes: Option<Value>Trait 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<'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
source§impl Display for NotificationEventData
impl Display for NotificationEventData
Auto Trait Implementations§
impl RefUnwindSafe for NotificationEventData
impl Send for NotificationEventData
impl Sync for NotificationEventData
impl Unpin for NotificationEventData
impl UnwindSafe for NotificationEventData
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