pub struct DeleteOperator {
pub table_name: Arc<String>,
}
Fields§
§table_name: Arc<String>
Trait Implementations§
source§impl Clone for DeleteOperator
impl Clone for DeleteOperator
source§fn clone(&self) -> DeleteOperator
fn clone(&self) -> DeleteOperator
Returns a copy 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 DeleteOperator
impl Debug for DeleteOperator
source§impl Hash for DeleteOperator
impl Hash for DeleteOperator
source§impl PartialEq for DeleteOperator
impl PartialEq for DeleteOperator
source§fn eq(&self, other: &DeleteOperator) -> bool
fn eq(&self, other: &DeleteOperator) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DeleteOperator
impl StructuralEq for DeleteOperator
impl StructuralPartialEq for DeleteOperator
Auto Trait Implementations§
impl RefUnwindSafe for DeleteOperator
impl Send for DeleteOperator
impl Sync for DeleteOperator
impl Unpin for DeleteOperator
impl UnwindSafe for DeleteOperator
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.