Expand description
(internal) Tokens that can appear in the boolean expression. The tokens form a token tree defined by parenthesis groups.
Variants
Not
And
Or
Xor
Imp
Iff
Id(String)
Tokens(Vec<ExprToken>)
Trait Implementations
impl Eq for ExprToken
impl StructuralEq for ExprToken
impl StructuralPartialEq for ExprToken
Auto Trait Implementations
impl RefUnwindSafe for ExprToken
impl Send for ExprToken
impl Sync for ExprToken
impl Unpin for ExprToken
impl UnwindSafe for ExprToken
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more