Struct scylladb_parse::SelectorFunction
source · [−]Fields
function: Nameargs: Vec<Selector>Implementations
Trait Implementations
sourceimpl Clone for SelectorFunction
impl Clone for SelectorFunction
sourcefn clone(&self) -> SelectorFunction
fn clone(&self) -> SelectorFunction
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 SelectorFunction
impl<'a> CustomToTokens<'a> for SelectorFunction
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for SelectorFunction
impl Debug for SelectorFunction
sourceimpl Display for SelectorFunction
impl Display for SelectorFunction
sourceimpl FromStr for SelectorFunction
impl FromStr for SelectorFunction
sourceimpl Parse for SelectorFunction
impl Parse for SelectorFunction
type Output = SelectorFunction
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output> where
Self: Sized,
sourceimpl PartialEq<SelectorFunction> for SelectorFunction
impl PartialEq<SelectorFunction> for SelectorFunction
sourcefn eq(&self, other: &SelectorFunction) -> bool
fn eq(&self, other: &SelectorFunction) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &SelectorFunction) -> bool
fn ne(&self, other: &SelectorFunction) -> bool
This method tests for !=.
sourceimpl ToTokens for SelectorFunction
impl ToTokens for SelectorFunction
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 SelectorFunction
impl StructuralEq for SelectorFunction
impl StructuralPartialEq for SelectorFunction
Auto Trait Implementations
impl RefUnwindSafe for SelectorFunction
impl Send for SelectorFunction
impl Sync for SelectorFunction
impl Unpin for SelectorFunction
impl UnwindSafe for SelectorFunction
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