pub struct DropIndexPlanNode {
pub table_name: String,
pub index_name: String,
}Fields§
§table_name: String§index_name: StringTrait Implementations§
Source§impl Clone for DropIndexPlanNode
impl Clone for DropIndexPlanNode
Source§fn clone(&self) -> DropIndexPlanNode
fn clone(&self) -> DropIndexPlanNode
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 DropIndexPlanNode
impl Debug for DropIndexPlanNode
Source§impl PartialEq for DropIndexPlanNode
impl PartialEq for DropIndexPlanNode
impl Eq for DropIndexPlanNode
impl StructuralPartialEq for DropIndexPlanNode
Auto Trait Implementations§
impl Freeze for DropIndexPlanNode
impl RefUnwindSafe for DropIndexPlanNode
impl Send for DropIndexPlanNode
impl Sync for DropIndexPlanNode
impl Unpin for DropIndexPlanNode
impl UnsafeUnpin for DropIndexPlanNode
impl UnwindSafe for DropIndexPlanNode
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