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