pub struct DisputeStateChangedEventData {
pub type: Option<Option<String>>,
pub id: Option<String>,
pub object: Option<Box<DisputeStateChangedEventObject>>,
}Fields§
§type: Option<Option<String>>Name of the affected dispute’s type.
id: Option<String>ID of the affected dispute.
object: Option<Box<DisputeStateChangedEventObject>>Implementations§
Source§impl DisputeStateChangedEventData
impl DisputeStateChangedEventData
pub fn new() -> DisputeStateChangedEventData
Trait Implementations§
Source§impl Clone for DisputeStateChangedEventData
impl Clone for DisputeStateChangedEventData
Source§fn clone(&self) -> DisputeStateChangedEventData
fn clone(&self) -> DisputeStateChangedEventData
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 DisputeStateChangedEventData
impl Debug for DisputeStateChangedEventData
Source§impl Default for DisputeStateChangedEventData
impl Default for DisputeStateChangedEventData
Source§fn default() -> DisputeStateChangedEventData
fn default() -> DisputeStateChangedEventData
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DisputeStateChangedEventData
impl<'de> Deserialize<'de> for DisputeStateChangedEventData
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
impl StructuralPartialEq for DisputeStateChangedEventData
Auto Trait Implementations§
impl Freeze for DisputeStateChangedEventData
impl RefUnwindSafe for DisputeStateChangedEventData
impl Send for DisputeStateChangedEventData
impl Sync for DisputeStateChangedEventData
impl Unpin for DisputeStateChangedEventData
impl UnsafeUnpin for DisputeStateChangedEventData
impl UnwindSafe for DisputeStateChangedEventData
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