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