pub enum EntityRelationshipField {
Fields,
InheritsFrom,
Relationships,
}Variants§
Trait Implementations§
Source§impl Clone for EntityRelationshipField
impl Clone for EntityRelationshipField
Source§fn clone(&self) -> EntityRelationshipField
fn clone(&self) -> EntityRelationshipField
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 EntityRelationshipField
impl Debug for EntityRelationshipField
Source§impl<'de> Deserialize<'de> for EntityRelationshipField
impl<'de> Deserialize<'de> for EntityRelationshipField
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 Display for EntityRelationshipField
impl Display for EntityRelationshipField
Source§impl PartialEq for EntityRelationshipField
impl PartialEq for EntityRelationshipField
Source§impl Serialize for EntityRelationshipField
impl Serialize for EntityRelationshipField
impl Eq for EntityRelationshipField
impl StructuralPartialEq for EntityRelationshipField
Auto Trait Implementations§
impl Freeze for EntityRelationshipField
impl RefUnwindSafe for EntityRelationshipField
impl Send for EntityRelationshipField
impl Sync for EntityRelationshipField
impl Unpin for EntityRelationshipField
impl UnsafeUnpin for EntityRelationshipField
impl UnwindSafe for EntityRelationshipField
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