pub enum FieldRelationshipType {
OneToOne,
ManyToOne,
OrderedOneToMany,
OneToMany,
ManyToMany,
}Variants§
Trait Implementations§
Source§impl Clone for FieldRelationshipType
impl Clone for FieldRelationshipType
Source§fn clone(&self) -> FieldRelationshipType
fn clone(&self) -> FieldRelationshipType
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 FieldRelationshipType
impl Debug for FieldRelationshipType
Source§impl Default for FieldRelationshipType
impl Default for FieldRelationshipType
Source§fn default() -> FieldRelationshipType
fn default() -> FieldRelationshipType
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FieldRelationshipType
impl<'de> Deserialize<'de> for FieldRelationshipType
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 FieldRelationshipType
impl PartialEq for FieldRelationshipType
Source§impl Serialize for FieldRelationshipType
impl Serialize for FieldRelationshipType
impl Eq for FieldRelationshipType
impl StructuralPartialEq for FieldRelationshipType
Auto Trait Implementations§
impl Freeze for FieldRelationshipType
impl RefUnwindSafe for FieldRelationshipType
impl Send for FieldRelationshipType
impl Sync for FieldRelationshipType
impl Unpin for FieldRelationshipType
impl UnsafeUnpin for FieldRelationshipType
impl UnwindSafe for FieldRelationshipType
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