pub enum Tense {
Past,
Questioning,
Future,
Active,
}Expand description
Changes the tense of the string returned by the describe functions for
InstallStep, RemoveStep and
Rollback.
Variants§
Auto Trait Implementations§
impl Freeze for Tense
impl RefUnwindSafe for Tense
impl Send for Tense
impl Sync for Tense
impl Unpin for Tense
impl UnwindSafe for Tense
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