pub struct AuctionFeeInfo {
pub auction_fee_rate: Decimal,
pub taker_fee_rate: Decimal,
pub maker_fee_rate: Decimal,
}Fields§
§auction_fee_rate: Decimal§taker_fee_rate: Decimal§maker_fee_rate: DecimalTrait Implementations§
Source§impl Debug for AuctionFeeInfo
impl Debug for AuctionFeeInfo
Source§impl<'de> Deserialize<'de> for AuctionFeeInfo
impl<'de> Deserialize<'de> for AuctionFeeInfo
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 AuctionFeeInfo
impl PartialEq for AuctionFeeInfo
Source§fn eq(&self, other: &AuctionFeeInfo) -> bool
fn eq(&self, other: &AuctionFeeInfo) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AuctionFeeInfo
Auto Trait Implementations§
impl Freeze for AuctionFeeInfo
impl RefUnwindSafe for AuctionFeeInfo
impl Send for AuctionFeeInfo
impl Sync for AuctionFeeInfo
impl Unpin for AuctionFeeInfo
impl UnsafeUnpin for AuctionFeeInfo
impl UnwindSafe for AuctionFeeInfo
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