pub struct KlineParams {
pub symbol: String,
pub interval: String,
pub paginator: Option<Paginator>,
}Fields§
§symbol: String§interval: String§paginator: Option<Paginator>Trait Implementations§
Source§impl Clone for KlineParams
impl Clone for KlineParams
Source§fn clone(&self) -> KlineParams
fn clone(&self) -> KlineParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for KlineParams
impl Debug for KlineParams
Source§impl<'de> Deserialize<'de> for KlineParams
impl<'de> Deserialize<'de> for KlineParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<&GetHistoricRatesRequest> for KlineParams
impl From<&GetHistoricRatesRequest> for KlineParams
Source§fn from(req: &GetHistoricRatesRequest) -> Self
fn from(req: &GetHistoricRatesRequest) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for KlineParams
impl RefUnwindSafe for KlineParams
impl Send for KlineParams
impl Sync for KlineParams
impl Unpin for KlineParams
impl UnsafeUnpin for KlineParams
impl UnwindSafe for KlineParams
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