pub enum Qualifier<'tree> {
Boolean(Box<Boolean<'tree>>),
Generator(Box<Generator<'tree>>),
Group(Box<Group<'tree>>),
Let(Box<Let<'tree>>),
Transform(Box<Transform<'tree>>),
}Variants§
Boolean(Box<Boolean<'tree>>)
Generator(Box<Generator<'tree>>)
Group(Box<Group<'tree>>)
Let(Box<Let<'tree>>)
Transform(Box<Transform<'tree>>)
Trait Implementations§
impl<'tree> Eq for Qualifier<'tree>
impl<'tree> StructuralPartialEq for Qualifier<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for Qualifier<'tree>
impl<'tree> RefUnwindSafe for Qualifier<'tree>
impl<'tree> Send for Qualifier<'tree>
impl<'tree> Sync for Qualifier<'tree>
impl<'tree> Unpin for Qualifier<'tree>
impl<'tree> UnsafeUnpin for Qualifier<'tree>
impl<'tree> UnwindSafe for Qualifier<'tree>
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