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