pub struct ParserPublicProductGateSignalV0 {
pub canonical_candidate_command: &'static str,
pub consumer_boundary_command: &'static str,
pub public_product_gate_command: &'static str,
pub included_in_parser_lane: bool,
pub included_in_rust_lane_bundle: bool,
pub included_in_rust_release_bundle: bool,
}Fields§
§canonical_candidate_command: &'static str§consumer_boundary_command: &'static str§public_product_gate_command: &'static str§included_in_parser_lane: bool§included_in_rust_lane_bundle: bool§included_in_rust_release_bundle: boolTrait Implementations§
Source§impl Clone for ParserPublicProductGateSignalV0
impl Clone for ParserPublicProductGateSignalV0
Source§fn clone(&self) -> ParserPublicProductGateSignalV0
fn clone(&self) -> ParserPublicProductGateSignalV0
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 ParserPublicProductGateSignalV0
impl PartialEq for ParserPublicProductGateSignalV0
Source§fn eq(&self, other: &ParserPublicProductGateSignalV0) -> bool
fn eq(&self, other: &ParserPublicProductGateSignalV0) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ParserPublicProductGateSignalV0
impl StructuralPartialEq for ParserPublicProductGateSignalV0
Auto Trait Implementations§
impl Freeze for ParserPublicProductGateSignalV0
impl RefUnwindSafe for ParserPublicProductGateSignalV0
impl Send for ParserPublicProductGateSignalV0
impl Sync for ParserPublicProductGateSignalV0
impl Unpin for ParserPublicProductGateSignalV0
impl UnsafeUnpin for ParserPublicProductGateSignalV0
impl UnwindSafe for ParserPublicProductGateSignalV0
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