pub enum VoiceOperator {
Passive,
}Expand description
Grammatical voice operators.
Variants§
Passive
Passive voice: “was eaten” promotes patient to subject position.
Trait Implementations§
Source§impl Clone for VoiceOperator
impl Clone for VoiceOperator
Source§fn clone(&self) -> VoiceOperator
fn clone(&self) -> VoiceOperator
Returns a duplicate of the value. Read more
1.0.0 · 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 VoiceOperator
impl Debug for VoiceOperator
Source§impl PartialEq for VoiceOperator
impl PartialEq for VoiceOperator
impl Copy for VoiceOperator
impl Eq for VoiceOperator
impl StructuralPartialEq for VoiceOperator
Auto Trait Implementations§
impl Freeze for VoiceOperator
impl RefUnwindSafe for VoiceOperator
impl Send for VoiceOperator
impl Sync for VoiceOperator
impl Unpin for VoiceOperator
impl UnwindSafe for VoiceOperator
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