Enum preserves_schema::gen::schema::EmbeddedTypeName
source · Variants§
Trait Implementations§
source§impl Clone for EmbeddedTypeName
impl Clone for EmbeddedTypeName
source§fn clone(&self) -> EmbeddedTypeName
fn clone(&self) -> EmbeddedTypeName
Returns a copy 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 Debug for EmbeddedTypeName
impl Debug for EmbeddedTypeName
source§impl<_Value: NestedValue> Deserialize<_Value> for EmbeddedTypeName
impl<_Value: NestedValue> Deserialize<_Value> for EmbeddedTypeName
fn deserialize<'de, R: Reader<'de, _Value>>(
r: &mut R
) -> Result<Self, ParseError>
source§impl Domain for EmbeddedTypeName
impl Domain for EmbeddedTypeName
source§impl Hash for EmbeddedTypeName
impl Hash for EmbeddedTypeName
source§impl Ord for EmbeddedTypeName
impl Ord for EmbeddedTypeName
source§fn cmp(&self, other: &EmbeddedTypeName) -> Ordering
fn cmp(&self, other: &EmbeddedTypeName) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for EmbeddedTypeName
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for EmbeddedTypeName
source§impl PartialEq<EmbeddedTypeName> for EmbeddedTypeName
impl PartialEq<EmbeddedTypeName> for EmbeddedTypeName
source§fn eq(&self, other: &EmbeddedTypeName) -> bool
fn eq(&self, other: &EmbeddedTypeName) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<EmbeddedTypeName> for EmbeddedTypeName
impl PartialOrd<EmbeddedTypeName> for EmbeddedTypeName
source§fn partial_cmp(&self, other: &EmbeddedTypeName) -> Option<Ordering>
fn partial_cmp(&self, other: &EmbeddedTypeName) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read more