pub struct CoinbaseApi {}Implementations§
Source§impl CoinbaseApi
impl CoinbaseApi
pub async fn fetch_ticker( ticker: &str, url: Option<&str>, ) -> Result<CoinbaseTickerInfo, SbError>
Auto Trait Implementations§
impl Freeze for CoinbaseApi
impl RefUnwindSafe for CoinbaseApi
impl Send for CoinbaseApi
impl Sync for CoinbaseApi
impl Unpin for CoinbaseApi
impl UnsafeUnpin for CoinbaseApi
impl UnwindSafe for CoinbaseApi
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