pub struct ParserLosslessCstFactsV0 {
pub source_byte_len: usize,
pub token_count: usize,
pub root_node_count: usize,
pub diagnostic_count: usize,
pub all_token_spans_within_source: bool,
pub all_node_spans_within_source: bool,
}Fields§
§source_byte_len: usize§token_count: usize§root_node_count: usize§diagnostic_count: usize§all_token_spans_within_source: bool§all_node_spans_within_source: boolTrait Implementations§
Source§impl Clone for ParserLosslessCstFactsV0
impl Clone for ParserLosslessCstFactsV0
Source§fn clone(&self) -> ParserLosslessCstFactsV0
fn clone(&self) -> ParserLosslessCstFactsV0
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ParserLosslessCstFactsV0
impl Debug for ParserLosslessCstFactsV0
Source§impl PartialEq for ParserLosslessCstFactsV0
impl PartialEq for ParserLosslessCstFactsV0
Source§fn eq(&self, other: &ParserLosslessCstFactsV0) -> bool
fn eq(&self, other: &ParserLosslessCstFactsV0) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ParserLosslessCstFactsV0
impl Serialize for ParserLosslessCstFactsV0
impl Eq for ParserLosslessCstFactsV0
impl StructuralPartialEq for ParserLosslessCstFactsV0
Auto Trait Implementations§
impl Freeze for ParserLosslessCstFactsV0
impl RefUnwindSafe for ParserLosslessCstFactsV0
impl Send for ParserLosslessCstFactsV0
impl Sync for ParserLosslessCstFactsV0
impl Unpin for ParserLosslessCstFactsV0
impl UnsafeUnpin for ParserLosslessCstFactsV0
impl UnwindSafe for ParserLosslessCstFactsV0
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