pub struct IndexPrice {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl IndexPrice
impl IndexPrice
Trait Implementations§
Source§impl Clone for IndexPrice
impl Clone for IndexPrice
Source§fn clone(&self) -> IndexPrice
fn clone(&self) -> IndexPrice
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 IndexPrice
impl Datamaxi for IndexPrice
Source§fn new(api_key: String) -> IndexPrice
fn new(api_key: String) -> IndexPrice
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) -> IndexPrice
fn new_with_base_url(api_key: String, base_url: String) -> IndexPrice
Creates a new instance of the implementing type using the provided API key and base URL.
Auto Trait Implementations§
impl Freeze for IndexPrice
impl !RefUnwindSafe for IndexPrice
impl Send for IndexPrice
impl Sync for IndexPrice
impl Unpin for IndexPrice
impl UnsafeUnpin for IndexPrice
impl !UnwindSafe for IndexPrice
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