pub enum Aspect {
Simple,
Progressive,
Perfect,
}Expand description
Grammatical aspect (viewpoint aspect).
Variants§
Simple
Event viewed as a whole, completed action.
Progressive
Event viewed as ongoing, in progress.
Perfect
Event completed with present relevance.
Trait Implementations§
impl Copy for Aspect
impl Eq for Aspect
impl StructuralPartialEq for Aspect
Auto Trait Implementations§
impl Freeze for Aspect
impl RefUnwindSafe for Aspect
impl Send for Aspect
impl Sync for Aspect
impl Unpin for Aspect
impl UnwindSafe for Aspect
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