pub enum EntityRelationCardinality {
Single,
List,
Set,
}Expand description
EntityRelationCardinality
Describe-surface relation cardinality projection.
Variants§
Trait Implementations§
Source§impl Clone for EntityRelationCardinality
impl Clone for EntityRelationCardinality
Source§fn clone(&self) -> EntityRelationCardinality
fn clone(&self) -> EntityRelationCardinality
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 EntityRelationCardinality
impl Debug for EntityRelationCardinality
Source§impl<'de> Deserialize<'de> for EntityRelationCardinality
impl<'de> Deserialize<'de> for EntityRelationCardinality
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
impl Copy for EntityRelationCardinality
impl Eq for EntityRelationCardinality
impl StructuralPartialEq for EntityRelationCardinality
Auto Trait Implementations§
impl Freeze for EntityRelationCardinality
impl RefUnwindSafe for EntityRelationCardinality
impl Send for EntityRelationCardinality
impl Sync for EntityRelationCardinality
impl Unpin for EntityRelationCardinality
impl UnsafeUnpin for EntityRelationCardinality
impl UnwindSafe for EntityRelationCardinality
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