Struct cql3_parser::drop_trigger::DropTrigger
source · [−]Expand description
The data for a drop trigger command
Fields
name: FQNamethe name of the trigger
table: FQNamethe table the trigger is associated with.
if_exists: boolonly drop if the trigger exists
Trait Implementations
sourceimpl Clone for DropTrigger
impl Clone for DropTrigger
sourcefn clone(&self) -> DropTrigger
fn clone(&self) -> DropTrigger
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for DropTrigger
impl Debug for DropTrigger
sourceimpl Display for DropTrigger
impl Display for DropTrigger
sourceimpl PartialEq<DropTrigger> for DropTrigger
impl PartialEq<DropTrigger> for DropTrigger
sourcefn eq(&self, other: &DropTrigger) -> bool
fn eq(&self, other: &DropTrigger) -> bool
impl StructuralPartialEq for DropTrigger
Auto Trait Implementations
impl RefUnwindSafe for DropTrigger
impl Send for DropTrigger
impl Sync for DropTrigger
impl Unpin for DropTrigger
impl UnwindSafe for DropTrigger
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more