Struct scylladb_parse::TaggedStatementOpt
source · [−]pub struct TaggedStatementOpt {
pub name: Name,
pub value: TaggedStatementOptValue,
}Fields
name: Namevalue: TaggedStatementOptValueTrait Implementations
sourceimpl Clone for TaggedStatementOpt
impl Clone for TaggedStatementOpt
sourcefn clone(&self) -> TaggedStatementOpt
fn clone(&self) -> TaggedStatementOpt
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 TaggedStatementOpt
impl<'a> CustomToTokens<'a> for TaggedStatementOpt
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for TaggedStatementOpt
impl Debug for TaggedStatementOpt
sourceimpl FromStr for TaggedStatementOpt
impl FromStr for TaggedStatementOpt
sourceimpl Parse for TaggedStatementOpt
impl Parse for TaggedStatementOpt
type Output = TaggedStatementOpt
fn parse(s: &mut StatementStream<'_>) -> Result<Self>
sourceimpl PartialEq<TaggedStatementOpt> for TaggedStatementOpt
impl PartialEq<TaggedStatementOpt> for TaggedStatementOpt
sourcefn eq(&self, other: &TaggedStatementOpt) -> bool
fn eq(&self, other: &TaggedStatementOpt) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &TaggedStatementOpt) -> bool
fn ne(&self, other: &TaggedStatementOpt) -> bool
This method tests for !=.
sourceimpl ToTokens for TaggedStatementOpt
impl ToTokens for TaggedStatementOpt
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<TaggedStatementOpt> for StatementOpt
impl TryFrom<TaggedStatementOpt> for StatementOpt
impl Eq for TaggedStatementOpt
impl StructuralEq for TaggedStatementOpt
impl StructuralPartialEq for TaggedStatementOpt
Auto Trait Implementations
impl RefUnwindSafe for TaggedStatementOpt
impl Send for TaggedStatementOpt
impl Sync for TaggedStatementOpt
impl Unpin for TaggedStatementOpt
impl UnwindSafe for TaggedStatementOpt
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