pub struct SpotApiClient { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SpotApiClient
impl !RefUnwindSafe for SpotApiClient
impl Send for SpotApiClient
impl Sync for SpotApiClient
impl Unpin for SpotApiClient
impl !UnwindSafe for SpotApiClient
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