pub struct DropIndexData<'until_build> { /* private fields */ }Expand description
The representation of data of the drop index statement.
Trait Implementations§
Source§impl<'until_build> Clone for DropIndexData<'until_build>
impl<'until_build> Clone for DropIndexData<'until_build>
Source§fn clone(&self) -> DropIndexData<'until_build>
fn clone(&self) -> DropIndexData<'until_build>
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 moreimpl<'until_build> Copy for DropIndexData<'until_build>
Auto Trait Implementations§
impl<'until_build> Freeze for DropIndexData<'until_build>
impl<'until_build> RefUnwindSafe for DropIndexData<'until_build>
impl<'until_build> Send for DropIndexData<'until_build>
impl<'until_build> Sync for DropIndexData<'until_build>
impl<'until_build> Unpin for DropIndexData<'until_build>
impl<'until_build> UnsafeUnpin for DropIndexData<'until_build>
impl<'until_build> UnwindSafe for DropIndexData<'until_build>
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