pub struct PendingBlockTradeCounterpartyState {
pub timestamp: i64,
pub value: PendingBlockTradeCounterpartyStateValue,
}Fields§
§timestamp: i64§value: PendingBlockTradeCounterpartyStateValueTrait Implementations§
Source§impl Clone for PendingBlockTradeCounterpartyState
impl Clone for PendingBlockTradeCounterpartyState
Source§fn clone(&self) -> PendingBlockTradeCounterpartyState
fn clone(&self) -> PendingBlockTradeCounterpartyState
Returns a duplicate 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 Default for PendingBlockTradeCounterpartyState
impl Default for PendingBlockTradeCounterpartyState
Source§fn default() -> PendingBlockTradeCounterpartyState
fn default() -> PendingBlockTradeCounterpartyState
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PendingBlockTradeCounterpartyState
impl<'de> Deserialize<'de> for PendingBlockTradeCounterpartyState
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 PendingBlockTradeCounterpartyState
impl PartialEq for PendingBlockTradeCounterpartyState
Source§fn eq(&self, other: &PendingBlockTradeCounterpartyState) -> bool
fn eq(&self, other: &PendingBlockTradeCounterpartyState) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for PendingBlockTradeCounterpartyState
Auto Trait Implementations§
impl Freeze for PendingBlockTradeCounterpartyState
impl RefUnwindSafe for PendingBlockTradeCounterpartyState
impl Send for PendingBlockTradeCounterpartyState
impl Sync for PendingBlockTradeCounterpartyState
impl Unpin for PendingBlockTradeCounterpartyState
impl UnwindSafe for PendingBlockTradeCounterpartyState
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