pub struct SentimentQuery {
pub market_ids: Option<Vec<String>>,
}Fields§
§market_ids: Option<Vec<String>>Trait Implementations§
Source§impl Debug for SentimentQuery
impl Debug for SentimentQuery
Source§impl Default for SentimentQuery
impl Default for SentimentQuery
Source§fn default() -> SentimentQuery
fn default() -> SentimentQuery
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for SentimentQuery
impl RefUnwindSafe for SentimentQuery
impl Send for SentimentQuery
impl Sync for SentimentQuery
impl Unpin for SentimentQuery
impl UnsafeUnpin for SentimentQuery
impl UnwindSafe for SentimentQuery
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