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