pub struct InlineResponse20019 { /* private fields */ }Implementations§
Source§impl InlineResponse20019
impl InlineResponse20019
pub fn new( day: String, map: Value, ms_latency: i64, status: String, symbol: String, ticks: Vec<CryptoTickJson>, ) -> InlineResponse20019
pub fn set_day(&mut self, day: String)
pub fn with_day(self, day: String) -> InlineResponse20019
pub fn day(&self) -> &String
pub fn set_map(&mut self, map: Value)
pub fn with_map(self, map: Value) -> InlineResponse20019
pub fn map(&self) -> &Value
pub fn set_ms_latency(&mut self, ms_latency: i64)
pub fn with_ms_latency(self, ms_latency: i64) -> InlineResponse20019
pub fn ms_latency(&self) -> &i64
pub fn set_status(&mut self, status: String)
pub fn with_status(self, status: String) -> InlineResponse20019
pub fn status(&self) -> &String
pub fn set_symbol(&mut self, symbol: String)
pub fn with_symbol(self, symbol: String) -> InlineResponse20019
pub fn symbol(&self) -> &String
pub fn set_ticks(&mut self, ticks: Vec<CryptoTickJson>)
pub fn with_ticks(self, ticks: Vec<CryptoTickJson>) -> InlineResponse20019
pub fn ticks(&self) -> &Vec<CryptoTickJson>
Trait Implementations§
Source§impl Clone for InlineResponse20019
impl Clone for InlineResponse20019
Source§fn clone(&self) -> InlineResponse20019
fn clone(&self) -> InlineResponse20019
Returns a duplicate of the value. Read more
1.0.0 · 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 InlineResponse20019
impl Debug for InlineResponse20019
Source§impl<'de> Deserialize<'de> for InlineResponse20019
impl<'de> Deserialize<'de> for InlineResponse20019
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
Auto Trait Implementations§
impl Freeze for InlineResponse20019
impl RefUnwindSafe for InlineResponse20019
impl Send for InlineResponse20019
impl Sync for InlineResponse20019
impl Unpin for InlineResponse20019
impl UnwindSafe for InlineResponse20019
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