Enum scylladb_parse::OnNullInput
source · [−]pub enum OnNullInput {
Called,
ReturnsNull,
}Variants
Called
ReturnsNull
Trait Implementations
sourceimpl Clone for OnNullInput
impl Clone for OnNullInput
sourcefn clone(&self) -> OnNullInput
fn clone(&self) -> OnNullInput
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 OnNullInput
impl<'a> CustomToTokens<'a> for OnNullInput
fn to_tokens(&'a self, tokens: &mut TokenStream)
sourceimpl Debug for OnNullInput
impl Debug for OnNullInput
sourceimpl Display for OnNullInput
impl Display for OnNullInput
sourceimpl FromStr for OnNullInput
impl FromStr for OnNullInput
sourceimpl Parse for OnNullInput
impl Parse for OnNullInput
type Output = OnNullInput
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
sourceimpl PartialEq<OnNullInput> for OnNullInput
impl PartialEq<OnNullInput> for OnNullInput
sourceimpl ToTokens for OnNullInput
impl ToTokens for OnNullInput
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 OnNullInput
impl StructuralEq for OnNullInput
impl StructuralPartialEq for OnNullInput
Auto Trait Implementations
impl RefUnwindSafe for OnNullInput
impl Send for OnNullInput
impl Sync for OnNullInput
impl Unpin for OnNullInput
impl UnwindSafe for OnNullInput
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