Enum clia_rustorm::table::TableKey
source · [−]pub enum TableKey {
PrimaryKey(Key),
UniqueKey(Key),
Key(Key),
ForeignKey(ForeignKey),
}
Variants
PrimaryKey(Key)
UniqueKey(Key)
Key(Key)
ForeignKey(ForeignKey)
Trait Implementations
impl StructuralPartialEq for TableKey
Auto Trait Implementations
impl RefUnwindSafe for TableKey
impl Send for TableKey
impl Sync for TableKey
impl Unpin for TableKey
impl UnwindSafe for TableKey
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more