Struct cql3_parser::begin_batch::BeginBatch
source · [−]Expand description
defines the BEGIN BATCH data
Fields
ty: BatchTypetimestamp: Option<u64>the optional timestamp for the BEGIN BATCH command
Trait Implementations
sourceimpl Clone for BeginBatch
impl Clone for BeginBatch
sourcefn clone(&self) -> BeginBatch
fn clone(&self) -> BeginBatch
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 BeginBatch
impl Debug for BeginBatch
sourceimpl Display for BeginBatch
impl Display for BeginBatch
sourceimpl PartialEq<BeginBatch> for BeginBatch
impl PartialEq<BeginBatch> for BeginBatch
sourcefn eq(&self, other: &BeginBatch) -> bool
fn eq(&self, other: &BeginBatch) -> bool
impl StructuralPartialEq for BeginBatch
Auto Trait Implementations
impl RefUnwindSafe for BeginBatch
impl Send for BeginBatch
impl Sync for BeginBatch
impl Unpin for BeginBatch
impl UnwindSafe for BeginBatch
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