pub struct DropPlannerSupportStatement {
pub token: Token,
pub name: ObjectName,
pub if_exists: bool,
}Fields§
§token: Token§name: ObjectName§if_exists: boolTrait Implementations§
Source§impl Clone for DropPlannerSupportStatement
impl Clone for DropPlannerSupportStatement
Source§fn clone(&self) -> DropPlannerSupportStatement
fn clone(&self) -> DropPlannerSupportStatement
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 DropPlannerSupportStatement
impl Debug for DropPlannerSupportStatement
impl StructuralPartialEq for DropPlannerSupportStatement
Auto Trait Implementations§
impl Freeze for DropPlannerSupportStatement
impl RefUnwindSafe for DropPlannerSupportStatement
impl Send for DropPlannerSupportStatement
impl Sync for DropPlannerSupportStatement
impl Unpin for DropPlannerSupportStatement
impl UnsafeUnpin for DropPlannerSupportStatement
impl UnwindSafe for DropPlannerSupportStatement
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