Struct wolfram_alpha::model::Definitions
[−]
[src]
pub struct Definitions { pub count: u32, pub definition: Vec<Definition>, }
A series of Definition
attributes.
Fields
count: u32
definition: Vec<Definition>
Trait Implementations
impl PartialEq for Definitions
[src]
fn eq(&self, __arg_0: &Definitions) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &Definitions) -> bool
[src]
This method tests for !=
.
impl Eq for Definitions
[src]
impl Debug for Definitions
[src]
impl Clone for Definitions
[src]
fn clone(&self) -> Definitions
[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