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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl 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