pub struct ReducedClassValueProductV0 {
pub schema_version: &'static str,
pub product: &'static str,
pub source_value_kind: &'static str,
pub prefix: Option<ReducedClassValuePrefixAxisV0>,
pub suffix: Option<ReducedClassValueSuffixAxisV0>,
pub char_inclusion: ReducedClassValueCharInclusionAxisV0,
pub min_length: Option<usize>,
pub lower_bound_length: usize,
}Fields§
§schema_version: &'static str§product: &'static str§source_value_kind: &'static str§prefix: Option<ReducedClassValuePrefixAxisV0>§suffix: Option<ReducedClassValueSuffixAxisV0>§char_inclusion: ReducedClassValueCharInclusionAxisV0§min_length: Option<usize>§lower_bound_length: usizeTrait Implementations§
Source§impl Clone for ReducedClassValueProductV0
impl Clone for ReducedClassValueProductV0
Source§fn clone(&self) -> ReducedClassValueProductV0
fn clone(&self) -> ReducedClassValueProductV0
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 Debug for ReducedClassValueProductV0
impl Debug for ReducedClassValueProductV0
impl Eq for ReducedClassValueProductV0
Source§impl Serialize for ReducedClassValueProductV0
impl Serialize for ReducedClassValueProductV0
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ReducedClassValueProductV0
Auto Trait Implementations§
impl Freeze for ReducedClassValueProductV0
impl RefUnwindSafe for ReducedClassValueProductV0
impl Send for ReducedClassValueProductV0
impl Sync for ReducedClassValueProductV0
impl Unpin for ReducedClassValueProductV0
impl UnsafeUnpin for ReducedClassValueProductV0
impl UnwindSafe for ReducedClassValueProductV0
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.