pub struct PlatformTwapFill {
pub fill_id: String,
pub size_atoms: String,
pub price_atoms: String,
pub gross_quote_atoms: String,
pub base_fee_atoms: String,
pub quote_fee_atoms: String,
pub signature: Option<String>,
pub observed_at_ms: u64,
}Fields§
§fill_id: String§size_atoms: String§price_atoms: String§gross_quote_atoms: String§base_fee_atoms: String§quote_fee_atoms: String§signature: Option<String>§observed_at_ms: u64Trait Implementations§
Source§impl Clone for PlatformTwapFill
impl Clone for PlatformTwapFill
Source§fn clone(&self) -> PlatformTwapFill
fn clone(&self) -> PlatformTwapFill
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 PlatformTwapFill
impl Debug for PlatformTwapFill
Source§impl<'de> Deserialize<'de> for PlatformTwapFill
impl<'de> Deserialize<'de> for PlatformTwapFill
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformTwapFill, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<PlatformTwapFill, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PlatformTwapFill
Source§impl PartialEq for PlatformTwapFill
impl PartialEq for PlatformTwapFill
Source§impl Serialize for PlatformTwapFill
impl Serialize for PlatformTwapFill
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for PlatformTwapFill
Auto Trait Implementations§
impl Freeze for PlatformTwapFill
impl RefUnwindSafe for PlatformTwapFill
impl Send for PlatformTwapFill
impl Sync for PlatformTwapFill
impl Unpin for PlatformTwapFill
impl UnsafeUnpin for PlatformTwapFill
impl UnwindSafe for PlatformTwapFill
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