pub struct PlatformFee {
pub amount: String,
pub fee_bps: u16,
}Fields§
§amount: String§fee_bps: u16Trait Implementations§
Source§impl Debug for PlatformFee
impl Debug for PlatformFee
Source§impl<'de> Deserialize<'de> for PlatformFee
impl<'de> Deserialize<'de> for PlatformFee
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
Auto Trait Implementations§
impl Freeze for PlatformFee
impl RefUnwindSafe for PlatformFee
impl Send for PlatformFee
impl Sync for PlatformFee
impl Unpin for PlatformFee
impl UnsafeUnpin for PlatformFee
impl UnwindSafe for PlatformFee
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