pub struct PostStudioV1DbcFeeResponse {
pub total: String,
pub unclaimed: String,
}Fields§
§total: String- Total trading quote fee amount divided by 2 (creator share)
unclaimed: String- Unclaimed creator quote fee amount
Trait Implementations§
Source§impl Clone for PostStudioV1DbcFeeResponse
impl Clone for PostStudioV1DbcFeeResponse
Source§fn clone(&self) -> PostStudioV1DbcFeeResponse
fn clone(&self) -> PostStudioV1DbcFeeResponse
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 PostStudioV1DbcFeeResponse
impl Debug for PostStudioV1DbcFeeResponse
Source§impl<'de> Deserialize<'de> for PostStudioV1DbcFeeResponse
impl<'de> Deserialize<'de> for PostStudioV1DbcFeeResponse
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 PostStudioV1DbcFeeResponse
impl RefUnwindSafe for PostStudioV1DbcFeeResponse
impl Send for PostStudioV1DbcFeeResponse
impl Sync for PostStudioV1DbcFeeResponse
impl Unpin for PostStudioV1DbcFeeResponse
impl UnsafeUnpin for PostStudioV1DbcFeeResponse
impl UnwindSafe for PostStudioV1DbcFeeResponse
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