pub struct CaptureInfo {
pub name: String,
pub start: Utf8Point,
pub end: Utf8Point,
}
Fields§
§name: String
§start: Utf8Point
§end: Utf8Point
Trait Implementations§
Source§impl Debug for CaptureInfo
impl Debug for CaptureInfo
Source§impl PartialEq for CaptureInfo
impl PartialEq for CaptureInfo
impl Eq for CaptureInfo
impl StructuralPartialEq for CaptureInfo
Auto Trait Implementations§
impl Freeze for CaptureInfo
impl RefUnwindSafe for CaptureInfo
impl Send for CaptureInfo
impl Sync for CaptureInfo
impl Unpin for CaptureInfo
impl UnwindSafe for CaptureInfo
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
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.