pub struct Syntax {
pub word_order: WordOrder,
pub adjective_before_noun: bool,
pub postpositions: bool,
pub head_final: bool,
}Expand description
Basic syntax rules.
Fields§
§word_order: WordOrder§adjective_before_noun: bool§postpositions: bool§head_final: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Syntax
impl RefUnwindSafe for Syntax
impl Send for Syntax
impl Sync for Syntax
impl Unpin for Syntax
impl UnsafeUnpin for Syntax
impl UnwindSafe for Syntax
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