pub struct AlterIndexStatement {
pub name: String,
pub target: AlterIndexTarget,
}Fields§
§name: String§target: AlterIndexTargetTrait Implementations§
Source§impl Clone for AlterIndexStatement
impl Clone for AlterIndexStatement
Source§fn clone(&self) -> AlterIndexStatement
fn clone(&self) -> AlterIndexStatement
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AlterIndexStatement
impl Debug for AlterIndexStatement
impl Eq for AlterIndexStatement
Source§impl PartialEq for AlterIndexStatement
impl PartialEq for AlterIndexStatement
Source§fn eq(&self, other: &AlterIndexStatement) -> bool
fn eq(&self, other: &AlterIndexStatement) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AlterIndexStatement
Auto Trait Implementations§
impl Freeze for AlterIndexStatement
impl RefUnwindSafe for AlterIndexStatement
impl Send for AlterIndexStatement
impl Sync for AlterIndexStatement
impl Unpin for AlterIndexStatement
impl UnsafeUnpin for AlterIndexStatement
impl UnwindSafe for AlterIndexStatement
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