pub struct GetCurrentAveragePriceParams {
pub symbol: String,
}Fields§
§symbol: StringTrait Implementations§
Source§impl Debug for GetCurrentAveragePriceParams
impl Debug for GetCurrentAveragePriceParams
Source§impl PartialEq for GetCurrentAveragePriceParams
impl PartialEq for GetCurrentAveragePriceParams
Source§fn eq(&self, other: &GetCurrentAveragePriceParams) -> bool
fn eq(&self, other: &GetCurrentAveragePriceParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetCurrentAveragePriceParams
Auto Trait Implementations§
impl Freeze for GetCurrentAveragePriceParams
impl RefUnwindSafe for GetCurrentAveragePriceParams
impl Send for GetCurrentAveragePriceParams
impl Sync for GetCurrentAveragePriceParams
impl Unpin for GetCurrentAveragePriceParams
impl UnwindSafe for GetCurrentAveragePriceParams
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