Struct cql3_parser::common_drop::CommonDrop
source · [−]Expand description
the data for many Drop commands
Fields
name: FQNamethe name of the thing being dropped.
if_exists: boolonly drop if th thing exists.
Implementations
Trait Implementations
sourceimpl Clone for CommonDrop
impl Clone for CommonDrop
sourcefn clone(&self) -> CommonDrop
fn clone(&self) -> CommonDrop
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 CommonDrop
impl Debug for CommonDrop
sourceimpl PartialEq<CommonDrop> for CommonDrop
impl PartialEq<CommonDrop> for CommonDrop
sourcefn eq(&self, other: &CommonDrop) -> bool
fn eq(&self, other: &CommonDrop) -> bool
impl StructuralPartialEq for CommonDrop
Auto Trait Implementations
impl RefUnwindSafe for CommonDrop
impl Send for CommonDrop
impl Sync for CommonDrop
impl Unpin for CommonDrop
impl UnwindSafe for CommonDrop
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