pub enum RelationStrength {
Strong,
Weak,
}Expand description
RelationStrength
Explicit relation intent for save-time referential integrity.
Variants§
Trait Implementations§
Source§impl Clone for RelationStrength
impl Clone for RelationStrength
Source§fn clone(&self) -> RelationStrength
fn clone(&self) -> RelationStrength
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 RelationStrength
impl Debug for RelationStrength
Source§impl PartialEq for RelationStrength
impl PartialEq for RelationStrength
impl Copy for RelationStrength
impl Eq for RelationStrength
impl StructuralPartialEq for RelationStrength
Auto Trait Implementations§
impl Freeze for RelationStrength
impl RefUnwindSafe for RelationStrength
impl Send for RelationStrength
impl Sync for RelationStrength
impl Unpin for RelationStrength
impl UnsafeUnpin for RelationStrength
impl UnwindSafe for RelationStrength
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