Struct tree_sitter_cli::query_testing::CaptureInfo
source · [−]Fields
name: Stringstart: Pointend: PointTrait Implementations
sourceimpl Debug for CaptureInfo
impl Debug for CaptureInfo
sourceimpl PartialEq<CaptureInfo> for CaptureInfo
impl PartialEq<CaptureInfo> for CaptureInfo
sourcefn eq(&self, other: &CaptureInfo) -> bool
fn eq(&self, other: &CaptureInfo) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
impl Eq for CaptureInfo
impl StructuralEq for CaptureInfo
impl StructuralPartialEq for CaptureInfo
Auto Trait Implementations
impl RefUnwindSafe for CaptureInfo
impl Send for CaptureInfo
impl Sync for CaptureInfo
impl Unpin for CaptureInfo
impl UnwindSafe for CaptureInfo
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key and return true if they are equal.