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