Enum scylladb_parse::SimpleSelection
source · [−]Variants
Column(Name)
Term(Name, Term)
Field(Name, Name)
Implementations
Trait Implementations
sourceimpl Clone for SimpleSelection
impl Clone for SimpleSelection
sourcefn clone(&self) -> SimpleSelection
fn clone(&self) -> SimpleSelection
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 SimpleSelection
impl<'a> CustomToTokens<'a> for SimpleSelection
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for SimpleSelection
impl Debug for SimpleSelection
sourceimpl Display for SimpleSelection
impl Display for SimpleSelection
sourceimpl<N: Into<Name>> From<N> for SimpleSelection
impl<N: Into<Name>> From<N> for SimpleSelection
sourceimpl FromStr for SimpleSelection
impl FromStr for SimpleSelection
sourceimpl Parse for SimpleSelection
impl Parse for SimpleSelection
type Output = SimpleSelection
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<SimpleSelection> for SimpleSelection
impl PartialEq<SimpleSelection> for SimpleSelection
sourcefn eq(&self, other: &SimpleSelection) -> bool
fn eq(&self, other: &SimpleSelection) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SimpleSelection) -> bool
fn ne(&self, other: &SimpleSelection) -> bool
This method tests for !=.
sourceimpl ToTokens for SimpleSelection
impl ToTokens for SimpleSelection
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
impl Eq for SimpleSelection
impl StructuralEq for SimpleSelection
impl StructuralPartialEq for SimpleSelection
Auto Trait Implementations
impl RefUnwindSafe for SimpleSelection
impl Send for SimpleSelection
impl Sync for SimpleSelection
impl Unpin for SimpleSelection
impl UnwindSafe for SimpleSelection
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