Struct preserves_schema::gen::schema::ModulePath
source · Tuple Fields§
§0: Vec<String>Trait Implementations§
source§impl Clone for ModulePath
impl Clone for ModulePath
source§fn clone(&self) -> ModulePath
fn clone(&self) -> ModulePath
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 ModulePath
impl Debug for ModulePath
source§impl<_Value: NestedValue> Deserialize<_Value> for ModulePath
impl<_Value: NestedValue> Deserialize<_Value> for ModulePath
fn deserialize<'de, R: Reader<'de, _Value>>(
r: &mut R
) -> Result<Self, ParseError>
source§impl Domain for ModulePath
impl Domain for ModulePath
source§impl Hash for ModulePath
impl Hash for ModulePath
source§impl Ord for ModulePath
impl Ord for ModulePath
source§fn cmp(&self, other: &ModulePath) -> Ordering
fn cmp(&self, other: &ModulePath) -> 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 ModulePath
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for ModulePath
source§impl PartialEq<ModulePath> for ModulePath
impl PartialEq<ModulePath> for ModulePath
source§fn eq(&self, other: &ModulePath) -> bool
fn eq(&self, other: &ModulePath) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd<ModulePath> for ModulePath
impl PartialOrd<ModulePath> for ModulePath
source§fn partial_cmp(&self, other: &ModulePath) -> Option<Ordering>
fn partial_cmp(&self, other: &ModulePath) -> 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