pub struct GetCoinRequest<'a> { /* private fields */ }Expand description
Request for getting detailed, descriptive information about a single coin, without price or
volume data. For price data, check the /tickers and /tickers/{coin_id} endpoints.
/coins/{coin_id}
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for GetCoinRequest<'a>
impl<'a> !RefUnwindSafe for GetCoinRequest<'a>
impl<'a> Send for GetCoinRequest<'a>
impl<'a> Sync for GetCoinRequest<'a>
impl<'a> Unpin for GetCoinRequest<'a>
impl<'a> !UnwindSafe for GetCoinRequest<'a>
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