pub struct AlterIdentity {
pub table: QualifiedName,
pub column: Ident,
}Expand description
An ALTER TABLE … ALTER COLUMN … ADD GENERATED AS IDENTITY.
Fields§
§table: QualifiedName§column: IdentTrait Implementations§
Source§impl Clone for AlterIdentity
impl Clone for AlterIdentity
Source§fn clone(&self) -> AlterIdentity
fn clone(&self) -> AlterIdentity
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 moreAuto Trait Implementations§
impl Freeze for AlterIdentity
impl RefUnwindSafe for AlterIdentity
impl Send for AlterIdentity
impl Sync for AlterIdentity
impl Unpin for AlterIdentity
impl UnsafeUnpin for AlterIdentity
impl UnwindSafe for AlterIdentity
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