Struct bing_dict::Paraphrase [−][src]
pub struct Paraphrase {
pub query: String,
pub pronunciations: Vec<String>,
pub genders: Vec<String>,
}Expand description
The paraphrase of a word / phrase.
You can read its fields manually or just call .to_string() to get the paraphrase as a string.
Fields
query: Stringpronunciations: Vec<String>genders: Vec<String>Implementations
Get pronunciations as a String
Get genders as a String
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Paraphrase
impl Send for Paraphrase
impl Sync for Paraphrase
impl Unpin for Paraphrase
impl UnwindSafe for Paraphrase
Blanket Implementations
Mutably borrows from an owned value. Read more
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