pub struct Listing {
pub client: Client,
}Fields§
§client: ClientImplementations§
Source§impl Listing
impl Listing
Sourcepub fn historical(&self, options: ListingsHistoricalOptions) -> Result<Value>
pub fn historical(&self, options: ListingsHistoricalOptions) -> Result<Value>
Get historical token listings for Upbit and Bithumb for KRW market
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Listing
impl !RefUnwindSafe for Listing
impl Send for Listing
impl Sync for Listing
impl Unpin for Listing
impl UnsafeUnpin for Listing
impl !UnwindSafe for Listing
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