pub enum ParentRelation {
IsPartOf,
IsReferencedBy,
IsRequiredBy,
IsTranslationOf,
}Variants§
Trait Implementations§
Source§impl Clone for ParentRelation
impl Clone for ParentRelation
Source§fn clone(&self) -> ParentRelation
fn clone(&self) -> ParentRelation
Returns a duplicate 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 ParentRelation
impl Debug for ParentRelation
Source§impl Default for ParentRelation
impl Default for ParentRelation
Source§fn default() -> ParentRelation
fn default() -> ParentRelation
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParentRelation
impl RefUnwindSafe for ParentRelation
impl Send for ParentRelation
impl Sync for ParentRelation
impl Unpin for ParentRelation
impl UnwindSafe for ParentRelation
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