pub struct ParserCanonicalCandidateBundleV0 {
pub schema_version: &'static str,
pub language: &'static str,
pub parity_lite: ParserParityLiteSummaryV0,
pub css_modules_intermediate: ParserIndexSummaryV0,
}Fields§
§schema_version: &'static str§language: &'static str§parity_lite: ParserParityLiteSummaryV0§css_modules_intermediate: ParserIndexSummaryV0Trait Implementations§
Source§impl Clone for ParserCanonicalCandidateBundleV0
impl Clone for ParserCanonicalCandidateBundleV0
Source§fn clone(&self) -> ParserCanonicalCandidateBundleV0
fn clone(&self) -> ParserCanonicalCandidateBundleV0
Returns a duplicate of the value. Read more
1.0.0 · 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 ParserCanonicalCandidateBundleV0
impl PartialEq for ParserCanonicalCandidateBundleV0
Source§fn eq(&self, other: &ParserCanonicalCandidateBundleV0) -> bool
fn eq(&self, other: &ParserCanonicalCandidateBundleV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ParserCanonicalCandidateBundleV0
impl StructuralPartialEq for ParserCanonicalCandidateBundleV0
Auto Trait Implementations§
impl Freeze for ParserCanonicalCandidateBundleV0
impl RefUnwindSafe for ParserCanonicalCandidateBundleV0
impl Send for ParserCanonicalCandidateBundleV0
impl Sync for ParserCanonicalCandidateBundleV0
impl Unpin for ParserCanonicalCandidateBundleV0
impl UnsafeUnpin for ParserCanonicalCandidateBundleV0
impl UnwindSafe for ParserCanonicalCandidateBundleV0
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