pub enum PropertyFamily {
Element,
Relation,
Incidence,
}Expand description
Variants§
Element
Property applies to canonical elements.
Relation
Property applies to canonical relations.
Incidence
Property applies to canonical incidences.
Trait Implementations§
Source§impl Clone for PropertyFamily
impl Clone for PropertyFamily
Source§fn clone(&self) -> PropertyFamily
fn clone(&self) -> PropertyFamily
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 moreimpl Copy for PropertyFamily
Source§impl Debug for PropertyFamily
impl Debug for PropertyFamily
Source§impl<'de> Deserialize<'de> for PropertyFamily
impl<'de> Deserialize<'de> for PropertyFamily
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for PropertyFamily
Source§impl Hash for PropertyFamily
impl Hash for PropertyFamily
Source§impl Ord for PropertyFamily
impl Ord for PropertyFamily
Source§fn cmp(&self, other: &PropertyFamily) -> Ordering
fn cmp(&self, other: &PropertyFamily) -> Ordering
1.21.0 (const: unstable) · 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 for PropertyFamily
impl PartialEq for PropertyFamily
Source§fn eq(&self, other: &PropertyFamily) -> bool
fn eq(&self, other: &PropertyFamily) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PropertyFamily
impl PartialOrd for PropertyFamily
Source§impl Serialize for PropertyFamily
impl Serialize for PropertyFamily
impl StructuralPartialEq for PropertyFamily
Auto Trait Implementations§
impl Freeze for PropertyFamily
impl RefUnwindSafe for PropertyFamily
impl Send for PropertyFamily
impl Sync for PropertyFamily
impl Unpin for PropertyFamily
impl UnsafeUnpin for PropertyFamily
impl UnwindSafe for PropertyFamily
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