pub struct PayoutFailedEventData {
pub type: Option<Option<String>>,
pub id: Option<String>,
pub object: Option<Box<PayoutFailedEventObject>>,
}Fields§
§type: Option<Option<String>>The name of the affected object’s type, payout.
id: Option<String>The ID of the failed payout.
object: Option<Box<PayoutFailedEventObject>>Implementations§
Source§impl PayoutFailedEventData
impl PayoutFailedEventData
pub fn new() -> PayoutFailedEventData
Trait Implementations§
Source§impl Clone for PayoutFailedEventData
impl Clone for PayoutFailedEventData
Source§fn clone(&self) -> PayoutFailedEventData
fn clone(&self) -> PayoutFailedEventData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PayoutFailedEventData
impl Debug for PayoutFailedEventData
Source§impl Default for PayoutFailedEventData
impl Default for PayoutFailedEventData
Source§fn default() -> PayoutFailedEventData
fn default() -> PayoutFailedEventData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PayoutFailedEventData
impl<'de> Deserialize<'de> for PayoutFailedEventData
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 PayoutFailedEventData
impl PartialEq for PayoutFailedEventData
Source§impl Serialize for PayoutFailedEventData
impl Serialize for PayoutFailedEventData
impl StructuralPartialEq for PayoutFailedEventData
Auto Trait Implementations§
impl Freeze for PayoutFailedEventData
impl RefUnwindSafe for PayoutFailedEventData
impl Send for PayoutFailedEventData
impl Sync for PayoutFailedEventData
impl Unpin for PayoutFailedEventData
impl UnsafeUnpin for PayoutFailedEventData
impl UnwindSafe for PayoutFailedEventData
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