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