Struct wolfram_alpha::model::FutureTopic
[−]
[src]
pub struct FutureTopic {
pub topic: String,
pub msg: String,
}Provides information for queries regarding a topic under development.
Fields
topic: String
msg: String
Trait Implementations
impl PartialEq for FutureTopic[src]
fn eq(&self, __arg_0: &FutureTopic) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &FutureTopic) -> bool[src]
This method tests for !=.
impl Eq for FutureTopic[src]
impl Debug for FutureTopic[src]
impl Clone for FutureTopic[src]
fn clone(&self) -> FutureTopic[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more