pub struct PayoutFailedEventObject {
pub payout: Option<Box<Payout>>,
}Fields§
§payout: Option<Box<Payout>>Implementations§
Source§impl PayoutFailedEventObject
impl PayoutFailedEventObject
pub fn new() -> PayoutFailedEventObject
Trait Implementations§
Source§impl Clone for PayoutFailedEventObject
impl Clone for PayoutFailedEventObject
Source§fn clone(&self) -> PayoutFailedEventObject
fn clone(&self) -> PayoutFailedEventObject
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 PayoutFailedEventObject
impl Debug for PayoutFailedEventObject
Source§impl Default for PayoutFailedEventObject
impl Default for PayoutFailedEventObject
Source§fn default() -> PayoutFailedEventObject
fn default() -> PayoutFailedEventObject
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PayoutFailedEventObject
impl<'de> Deserialize<'de> for PayoutFailedEventObject
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 PayoutFailedEventObject
impl PartialEq for PayoutFailedEventObject
Source§impl Serialize for PayoutFailedEventObject
impl Serialize for PayoutFailedEventObject
impl StructuralPartialEq for PayoutFailedEventObject
Auto Trait Implementations§
impl Freeze for PayoutFailedEventObject
impl RefUnwindSafe for PayoutFailedEventObject
impl Send for PayoutFailedEventObject
impl Sync for PayoutFailedEventObject
impl Unpin for PayoutFailedEventObject
impl UnsafeUnpin for PayoutFailedEventObject
impl UnwindSafe for PayoutFailedEventObject
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