pub enum ForeignKeyMatch {
Simple,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for ForeignKeyMatch
impl Clone for ForeignKeyMatch
Source§impl Debug for ForeignKeyMatch
impl Debug for ForeignKeyMatch
impl Eq for ForeignKeyMatch
Source§impl PartialEq for ForeignKeyMatch
impl PartialEq for ForeignKeyMatch
impl StructuralPartialEq for ForeignKeyMatch
Auto Trait Implementations§
impl Freeze for ForeignKeyMatch
impl RefUnwindSafe for ForeignKeyMatch
impl Send for ForeignKeyMatch
impl Sync for ForeignKeyMatch
impl Unpin for ForeignKeyMatch
impl UnsafeUnpin for ForeignKeyMatch
impl UnwindSafe for ForeignKeyMatch
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