Enum tree_sitter::QueryErrorKind
source · [−]pub enum QueryErrorKind {
Syntax,
NodeType,
Field,
Capture,
Predicate,
Structure,
Language,
}
Variants
Syntax
NodeType
Field
Capture
Predicate
Structure
Language
Trait Implementations
sourceimpl Debug for QueryErrorKind
impl Debug for QueryErrorKind
sourceimpl PartialEq<QueryErrorKind> for QueryErrorKind
impl PartialEq<QueryErrorKind> for QueryErrorKind
sourcefn eq(&self, other: &QueryErrorKind) -> bool
fn eq(&self, other: &QueryErrorKind) -> bool
impl Eq for QueryErrorKind
impl StructuralEq for QueryErrorKind
impl StructuralPartialEq for QueryErrorKind
Auto Trait Implementations
impl RefUnwindSafe for QueryErrorKind
impl Send for QueryErrorKind
impl Sync for QueryErrorKind
impl Unpin for QueryErrorKind
impl UnwindSafe for QueryErrorKind
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