pub struct CompleteCommand<'a> {
pub and_ors: Vec<(TermOp, AndOr<'a>)>,
}Fields§
§and_ors: Vec<(TermOp, AndOr<'a>)>Implementations§
Source§impl<'a> CompleteCommand<'a>
impl<'a> CompleteCommand<'a>
pub fn push(self, op: TermOp, element: AndOr<'a>) -> CompleteCommand<'a>
pub fn update_last(&mut self, op: TermOp)
Trait Implementations§
Source§impl<'a> Debug for CompleteCommand<'a>
impl<'a> Debug for CompleteCommand<'a>
Source§impl<'a> PartialEq for CompleteCommand<'a>
impl<'a> PartialEq for CompleteCommand<'a>
impl<'a> StructuralPartialEq for CompleteCommand<'a>
Auto Trait Implementations§
impl<'a> Freeze for CompleteCommand<'a>
impl<'a> RefUnwindSafe for CompleteCommand<'a>
impl<'a> Send for CompleteCommand<'a>
impl<'a> Sync for CompleteCommand<'a>
impl<'a> Unpin for CompleteCommand<'a>
impl<'a> UnwindSafe for CompleteCommand<'a>
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