pub enum PrimaryKeySource {
Internal,
External,
}Expand description
PrimaryKeySource
Declares where primary-key values originate.
Variants§
Trait Implementations§
Source§impl Clone for PrimaryKeySource
impl Clone for PrimaryKeySource
Source§fn clone(&self) -> PrimaryKeySource
fn clone(&self) -> PrimaryKeySource
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 PrimaryKeySource
impl Debug for PrimaryKeySource
Source§impl Default for PrimaryKeySource
impl Default for PrimaryKeySource
Source§fn default() -> PrimaryKeySource
fn default() -> PrimaryKeySource
Returns the “default value” for a type. Read more
Source§impl PartialEq for PrimaryKeySource
impl PartialEq for PrimaryKeySource
Source§impl Serialize for PrimaryKeySource
impl Serialize for PrimaryKeySource
impl Copy for PrimaryKeySource
impl Eq for PrimaryKeySource
impl StructuralPartialEq for PrimaryKeySource
Auto Trait Implementations§
impl Freeze for PrimaryKeySource
impl RefUnwindSafe for PrimaryKeySource
impl Send for PrimaryKeySource
impl Sync for PrimaryKeySource
impl Unpin for PrimaryKeySource
impl UnsafeUnpin for PrimaryKeySource
impl UnwindSafe for PrimaryKeySource
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