pub enum ChildrenKey {
ConnectionChildren,
ExpressionChildren,
MapperArgChildren,
MapperChildren,
PrimChildren,
PropertyChildren,
RelationshipTargetChildren,
VariantChildren,
VariantSetChildren,
}Expand description
Variants§
ConnectionChildren
ExpressionChildren
MapperArgChildren
MapperChildren
PrimChildren
PropertyChildren
RelationshipTargetChildren
VariantChildren
VariantSetChildren
Implementations§
Trait Implementations§
Source§impl From<ChildrenKey> for &'static str
impl From<ChildrenKey> for &'static str
Source§fn from(key: ChildrenKey) -> Self
fn from(key: ChildrenKey) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ChildrenKey
impl RefUnwindSafe for ChildrenKey
impl Send for ChildrenKey
impl Sync for ChildrenKey
impl Unpin for ChildrenKey
impl UnwindSafe for ChildrenKey
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