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