Struct preserves_schema::gen::schema::Ref
source · pub struct Ref {
pub module: ModulePath,
pub name: String,
}Fields§
§module: ModulePath§name: StringImplementations§
Trait Implementations§
source§impl<_Value: NestedValue> Deserialize<_Value> for Ref
impl<_Value: NestedValue> Deserialize<_Value> for Ref
fn deserialize<'de, R: Reader<'de, _Value>>(
r: &mut R
) -> Result<Self, ParseError>
source§impl Ord for Ref
impl Ord for Ref
source§impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Ref
impl<'a, _L: Copy + Into<&'a Language<_Value>>, _Value: NestedValue + 'a> Parse<_L, _Value> for Ref
source§impl PartialOrd<Ref> for Ref
impl PartialOrd<Ref> for Ref
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