pub struct TradingFees { /* private fields */ }Implementations§
Source§impl TradingFees
impl TradingFees
Sourcepub fn from_client(client: Client) -> Self
pub fn from_client(client: Client) -> Self
Wraps an already-built client (e.g. from ClientBuilder).
Sourcepub async fn fees(&self, options: CexFeesOptions) -> Result<Vec<CexFeesView>>
pub async fn fees(&self, options: CexFeesOptions) -> Result<Vec<CexFeesView>>
Get trading fees.
Trait Implementations§
Source§impl Clone for TradingFees
impl Clone for TradingFees
Source§fn clone(&self) -> TradingFees
fn clone(&self) -> TradingFees
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 moreAuto Trait Implementations§
impl Freeze for TradingFees
impl !RefUnwindSafe for TradingFees
impl Send for TradingFees
impl Sync for TradingFees
impl Unpin for TradingFees
impl UnsafeUnpin for TradingFees
impl !UnwindSafe for TradingFees
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