Struct nash_protocol::graphql::list_candles::Variables [−][src]
pub struct Variables {
pub before: Option<String>,
pub chronological: Option<bool>,
pub interval: Option<CandleInterval>,
pub limit: Option<i64>,
pub market_name: String,
pub range_start: Option<String>,
pub range_stop: Option<String>,
}Fields
before: Option<String>chronological: Option<bool>interval: Option<CandleInterval>limit: Option<i64>market_name: Stringrange_start: Option<String>range_stop: Option<String>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Variables
impl UnwindSafe for Variables
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more