pub enum Formality {
Default,
More,
Less,
}
Expand description
Translation option that controls the desired translation formality.
Variants
Default
Default formality.
More
Translate less formally.
Less
Translate more formally.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Formality
impl Send for Formality
impl Sync for Formality
impl Unpin for Formality
impl UnwindSafe for Formality
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more