Enum tree_sitter::QueryPredicateArg
source · [−]Variants
Capture(u32)
String(Box<str>)
Trait Implementations
sourceimpl Debug for QueryPredicateArg
impl Debug for QueryPredicateArg
sourceimpl PartialEq<QueryPredicateArg> for QueryPredicateArg
impl PartialEq<QueryPredicateArg> for QueryPredicateArg
sourcefn eq(&self, other: &QueryPredicateArg) -> bool
fn eq(&self, other: &QueryPredicateArg) -> bool
impl Eq for QueryPredicateArg
impl StructuralEq for QueryPredicateArg
impl StructuralPartialEq for QueryPredicateArg
Auto Trait Implementations
impl RefUnwindSafe for QueryPredicateArg
impl Send for QueryPredicateArg
impl Sync for QueryPredicateArg
impl Unpin for QueryPredicateArg
impl UnwindSafe for QueryPredicateArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more