pub struct RefinedAbstractPropertyValueV0<P: PropertyIndexV0, R: RefinementPredicateV0> {
pub schema_version: &'static str,
pub product: &'static str,
pub layer_marker: &'static str,
pub feature_gate: &'static str,
pub property_name: &'static str,
pub predicate_id: &'static str,
pub value_shape: AbstractValueShapeV0,
pub legacy_value: AbstractPropertyValueV0,
pub strict_superset_of_legacy_v0: bool,
/* private fields */
}Fields§
§schema_version: &'static str§product: &'static str§layer_marker: &'static str§feature_gate: &'static str§property_name: &'static str§predicate_id: &'static str§value_shape: AbstractValueShapeV0§legacy_value: AbstractPropertyValueV0§strict_superset_of_legacy_v0: boolTrait Implementations§
Source§impl<P: Clone + PropertyIndexV0, R: Clone + RefinementPredicateV0> Clone for RefinedAbstractPropertyValueV0<P, R>
impl<P: Clone + PropertyIndexV0, R: Clone + RefinementPredicateV0> Clone for RefinedAbstractPropertyValueV0<P, R>
Source§fn clone(&self) -> RefinedAbstractPropertyValueV0<P, R>
fn clone(&self) -> RefinedAbstractPropertyValueV0<P, R>
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<P: Debug + PropertyIndexV0, R: Debug + RefinementPredicateV0> Debug for RefinedAbstractPropertyValueV0<P, R>
impl<P: Debug + PropertyIndexV0, R: Debug + RefinementPredicateV0> Debug for RefinedAbstractPropertyValueV0<P, R>
impl<P: Eq + PropertyIndexV0, R: Eq + RefinementPredicateV0> Eq for RefinedAbstractPropertyValueV0<P, R>
Source§impl<P: PartialEq + PropertyIndexV0, R: PartialEq + RefinementPredicateV0> PartialEq for RefinedAbstractPropertyValueV0<P, R>
impl<P: PartialEq + PropertyIndexV0, R: PartialEq + RefinementPredicateV0> PartialEq for RefinedAbstractPropertyValueV0<P, R>
Source§fn eq(&self, other: &RefinedAbstractPropertyValueV0<P, R>) -> bool
fn eq(&self, other: &RefinedAbstractPropertyValueV0<P, R>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<P: PropertyIndexV0, R: RefinementPredicateV0> Serialize for RefinedAbstractPropertyValueV0<P, R>
impl<P: PropertyIndexV0, R: RefinementPredicateV0> Serialize for RefinedAbstractPropertyValueV0<P, R>
impl<P: PropertyIndexV0, R: RefinementPredicateV0> StructuralPartialEq for RefinedAbstractPropertyValueV0<P, R>
Auto Trait Implementations§
impl<P, R> Freeze for RefinedAbstractPropertyValueV0<P, R>
impl<P, R> RefUnwindSafe for RefinedAbstractPropertyValueV0<P, R>where
P: RefUnwindSafe,
R: RefUnwindSafe,
impl<P, R> Send for RefinedAbstractPropertyValueV0<P, R>
impl<P, R> Sync for RefinedAbstractPropertyValueV0<P, R>
impl<P, R> Unpin for RefinedAbstractPropertyValueV0<P, R>
impl<P, R> UnsafeUnpin for RefinedAbstractPropertyValueV0<P, R>
impl<P, R> UnwindSafe for RefinedAbstractPropertyValueV0<P, R>where
P: UnwindSafe,
R: UnwindSafe,
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.