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