#[repr(u8)]
pub enum NamedObjectRelationType {
InnerPath,
}
Variants§
InnerPath
Trait Implementations§
source§impl Clone for NamedObjectRelationType
impl Clone for NamedObjectRelationType
source§fn clone(&self) -> NamedObjectRelationType
fn clone(&self) -> NamedObjectRelationType
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 NamedObjectRelationType
impl Debug for NamedObjectRelationType
source§impl Hash for NamedObjectRelationType
impl Hash for NamedObjectRelationType
source§impl Into<u8> for NamedObjectRelationType
impl Into<u8> for NamedObjectRelationType
source§impl Ord for NamedObjectRelationType
impl Ord for NamedObjectRelationType
source§fn cmp(&self, other: &NamedObjectRelationType) -> Ordering
fn cmp(&self, other: &NamedObjectRelationType) -> 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 PartialEq<NamedObjectRelationType> for NamedObjectRelationType
impl PartialEq<NamedObjectRelationType> for NamedObjectRelationType
source§fn eq(&self, other: &NamedObjectRelationType) -> bool
fn eq(&self, other: &NamedObjectRelationType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<NamedObjectRelationType> for NamedObjectRelationType
impl PartialOrd<NamedObjectRelationType> for NamedObjectRelationType
source§fn partial_cmp(&self, other: &NamedObjectRelationType) -> Option<Ordering>
fn partial_cmp(&self, other: &NamedObjectRelationType) -> 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