pub struct OperationLanguageForms {
pub phrases: Vec<String>,
pub combos: Vec<Vec<String>>,
}Expand description
Localized surface forms for one operation in one supported language.
Fields§
§phrases: Vec<String>§combos: Vec<Vec<String>>Trait Implementations§
Source§impl Clone for OperationLanguageForms
impl Clone for OperationLanguageForms
Source§fn clone(&self) -> OperationLanguageForms
fn clone(&self) -> OperationLanguageForms
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OperationLanguageForms
impl Debug for OperationLanguageForms
Source§impl Default for OperationLanguageForms
impl Default for OperationLanguageForms
Source§fn default() -> OperationLanguageForms
fn default() -> OperationLanguageForms
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for OperationLanguageForms
impl RefUnwindSafe for OperationLanguageForms
impl Send for OperationLanguageForms
impl Sync for OperationLanguageForms
impl Unpin for OperationLanguageForms
impl UnsafeUnpin for OperationLanguageForms
impl UnwindSafe for OperationLanguageForms
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