pub enum RelatedNature {
ChildOf,
ParentOf,
StartsWith,
CanFollow,
CanPrecede,
RequiredBy,
Requires,
CanAlsoBe,
PeerOf,
}Variants§
Trait Implementations§
Source§impl Debug for RelatedNature
impl Debug for RelatedNature
Source§impl<'de> Deserialize<'de> for RelatedNature
impl<'de> Deserialize<'de> for RelatedNature
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
Source§impl PartialEq for RelatedNature
impl PartialEq for RelatedNature
impl StructuralPartialEq for RelatedNature
Auto Trait Implementations§
impl Freeze for RelatedNature
impl RefUnwindSafe for RelatedNature
impl Send for RelatedNature
impl Sync for RelatedNature
impl Unpin for RelatedNature
impl UnwindSafe for RelatedNature
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