pub struct AutoIncrementColumnConstraint;Expand description
AutoIncrementColumnConstraint - MySQL/TSQL auto-increment marker TSQL: outputs “IDENTITY”
Trait Implementations§
Source§impl Clone for AutoIncrementColumnConstraint
impl Clone for AutoIncrementColumnConstraint
Source§fn clone(&self) -> AutoIncrementColumnConstraint
fn clone(&self) -> AutoIncrementColumnConstraint
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<'de> Deserialize<'de> for AutoIncrementColumnConstraint
impl<'de> Deserialize<'de> for AutoIncrementColumnConstraint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AutoIncrementColumnConstraint
impl PartialEq for AutoIncrementColumnConstraint
Source§fn eq(&self, other: &AutoIncrementColumnConstraint) -> bool
fn eq(&self, other: &AutoIncrementColumnConstraint) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AutoIncrementColumnConstraint
Auto Trait Implementations§
impl Freeze for AutoIncrementColumnConstraint
impl RefUnwindSafe for AutoIncrementColumnConstraint
impl Send for AutoIncrementColumnConstraint
impl Sync for AutoIncrementColumnConstraint
impl Unpin for AutoIncrementColumnConstraint
impl UnwindSafe for AutoIncrementColumnConstraint
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