Struct scylladb_parse::TaggedBatchStatement
source · [−]pub struct TaggedBatchStatement {
pub kind: BatchKind,
pub using: Option<Tag<Vec<UpdateParameter>>>,
pub statements: Vec<Tag<TaggedModificationStatement>>,
}Fields
kind: BatchKindusing: Option<Tag<Vec<UpdateParameter>>>statements: Vec<Tag<TaggedModificationStatement>>Trait Implementations
sourceimpl Clone for TaggedBatchStatement
impl Clone for TaggedBatchStatement
sourcefn clone(&self) -> TaggedBatchStatement
fn clone(&self) -> TaggedBatchStatement
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 more
sourceimpl<'a> CustomToTokens<'a> for TaggedBatchStatement
impl<'a> CustomToTokens<'a> for TaggedBatchStatement
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for TaggedBatchStatement
impl Debug for TaggedBatchStatement
sourceimpl From<TaggedBatchStatement> for TaggedDataManipulationStatement
impl From<TaggedBatchStatement> for TaggedDataManipulationStatement
sourcefn from(original: TaggedBatchStatement) -> TaggedDataManipulationStatement
fn from(original: TaggedBatchStatement) -> TaggedDataManipulationStatement
Converts to this type from the input type.
sourceimpl From<TaggedBatchStatement> for TaggedStatement
impl From<TaggedBatchStatement> for TaggedStatement
sourcefn from(v: TaggedBatchStatement) -> Self
fn from(v: TaggedBatchStatement) -> Self
Converts to this type from the input type.
sourceimpl FromStr for TaggedBatchStatement
impl FromStr for TaggedBatchStatement
sourceimpl Parse for TaggedBatchStatement
impl Parse for TaggedBatchStatement
type Output = TaggedBatchStatement
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<TaggedBatchStatement> for TaggedBatchStatement
impl PartialEq<TaggedBatchStatement> for TaggedBatchStatement
sourcefn eq(&self, other: &TaggedBatchStatement) -> bool
fn eq(&self, other: &TaggedBatchStatement) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaggedBatchStatement) -> bool
fn ne(&self, other: &TaggedBatchStatement) -> bool
This method tests for !=.
sourceimpl ToTokens for TaggedBatchStatement
impl ToTokens for TaggedBatchStatement
sourcefn to_tokens(&self, tokens: &mut TokenStream)
fn to_tokens(&self, tokens: &mut TokenStream)
Write self to the given TokenStream. Read more
sourcefn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourcefn into_token_stream(self) -> TokenStream
fn into_token_stream(self) -> TokenStream
Convert self directly into a TokenStream object. Read more
sourceimpl TryFrom<TaggedBatchStatement> for BatchStatement
impl TryFrom<TaggedBatchStatement> for BatchStatement
sourceimpl TryInto<TaggedBatchStatement> for TaggedStatement
impl TryInto<TaggedBatchStatement> for TaggedStatement
impl Eq for TaggedBatchStatement
impl StructuralEq for TaggedBatchStatement
impl StructuralPartialEq for TaggedBatchStatement
Auto Trait Implementations
impl RefUnwindSafe for TaggedBatchStatement
impl Send for TaggedBatchStatement
impl Sync for TaggedBatchStatement
impl Unpin for TaggedBatchStatement
impl UnwindSafe for TaggedBatchStatement
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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