pub struct TradingFees {
pub client: Client,
}Fields§
§client: ClientImplementations§
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Datamaxi for TradingFees
impl Datamaxi for TradingFees
Source§fn new(api_key: String) -> TradingFees
fn new(api_key: String) -> TradingFees
Creates a new instance of the implementing type using the provided API key.
Source§fn new_with_base_url(api_key: String, base_url: String) -> TradingFees
fn new_with_base_url(api_key: String, base_url: String) -> TradingFees
Creates a new instance of the implementing type using the provided API key and base URL.
Auto 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