pub enum EvaluationResult {
Do,
SelectedGroups(GitQLObject),
SelectedInfo,
SetGlobalVariable,
}
Variants§
Auto Trait Implementations§
impl Freeze for EvaluationResult
impl !RefUnwindSafe for EvaluationResult
impl !Send for EvaluationResult
impl !Sync for EvaluationResult
impl Unpin for EvaluationResult
impl !UnwindSafe for EvaluationResult
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