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