pub struct ParserSemanticBoundarySummaryV0 {
pub schema_version: &'static str,
pub language: &'static str,
pub parser_facts: ParserBoundarySyntaxFactsV0,
pub semantic_facts: StyleSemanticFactsV0,
}Fields§
§schema_version: &'static str§language: &'static str§parser_facts: ParserBoundarySyntaxFactsV0§semantic_facts: StyleSemanticFactsV0Trait Implementations§
Source§impl Clone for ParserSemanticBoundarySummaryV0
impl Clone for ParserSemanticBoundarySummaryV0
Source§fn clone(&self) -> ParserSemanticBoundarySummaryV0
fn clone(&self) -> ParserSemanticBoundarySummaryV0
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 PartialEq for ParserSemanticBoundarySummaryV0
impl PartialEq for ParserSemanticBoundarySummaryV0
Source§fn eq(&self, other: &ParserSemanticBoundarySummaryV0) -> bool
fn eq(&self, other: &ParserSemanticBoundarySummaryV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ParserSemanticBoundarySummaryV0
impl StructuralPartialEq for ParserSemanticBoundarySummaryV0
Auto Trait Implementations§
impl Freeze for ParserSemanticBoundarySummaryV0
impl RefUnwindSafe for ParserSemanticBoundarySummaryV0
impl Send for ParserSemanticBoundarySummaryV0
impl Sync for ParserSemanticBoundarySummaryV0
impl Unpin for ParserSemanticBoundarySummaryV0
impl UnsafeUnpin for ParserSemanticBoundarySummaryV0
impl UnwindSafe for ParserSemanticBoundarySummaryV0
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