pub struct DropPrimaryKey {
pub drop_primary_key_span: Span,
}Expand description
DROP PRIMARY KEY specification
Fields§
§drop_primary_key_span: SpanSpan of “DROP PRIMARY KEY”
Trait Implementations§
Source§impl Clone for DropPrimaryKey
impl Clone for DropPrimaryKey
Source§fn clone(&self) -> DropPrimaryKey
fn clone(&self) -> DropPrimaryKey
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 DropPrimaryKey
impl Debug for DropPrimaryKey
Auto Trait Implementations§
impl Freeze for DropPrimaryKey
impl RefUnwindSafe for DropPrimaryKey
impl Send for DropPrimaryKey
impl Sync for DropPrimaryKey
impl Unpin for DropPrimaryKey
impl UnsafeUnpin for DropPrimaryKey
impl UnwindSafe for DropPrimaryKey
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