pub struct GetTickerParams {
pub symbol: Symbol,
}
Fields§
§symbol: Symbol
Auto Trait Implementations§
impl Freeze for GetTickerParams
impl RefUnwindSafe for GetTickerParams
impl Send for GetTickerParams
impl Sync for GetTickerParams
impl Unpin for GetTickerParams
impl UnwindSafe for GetTickerParams
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