pub enum ForeignKeyMatch {
Full(Span),
Simple(Span),
Partial(Span),
}Expand description
MATCH type for a foreign key reference
Variants§
Trait Implementations§
Source§impl Clone for ForeignKeyMatch
impl Clone for ForeignKeyMatch
Source§fn clone(&self) -> ForeignKeyMatch
fn clone(&self) -> ForeignKeyMatch
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 ForeignKeyMatch
impl Debug 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