pub enum OnNullInput {
Called,
ReturnsNull,
}
Variants§
Trait Implementations§
Source§impl Clone for OnNullInput
impl Clone for OnNullInput
Source§fn clone(&self) -> OnNullInput
fn clone(&self) -> OnNullInput
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'a> CustomToTokens<'a> for OnNullInput
impl<'a> CustomToTokens<'a> for OnNullInput
Source§impl Debug for OnNullInput
impl Debug for OnNullInput
Source§impl Display for OnNullInput
impl Display for OnNullInput
Source§impl FromStr for OnNullInput
impl FromStr for OnNullInput
Source§impl Parse for OnNullInput
impl Parse for OnNullInput
type Output = OnNullInput
fn parse(s: &mut StatementStream<'_>) -> Result<Self::Output>
Source§impl PartialEq for OnNullInput
impl PartialEq for OnNullInput
Source§impl ToTokens for OnNullInput
impl ToTokens for OnNullInput
Source§fn to_token_stream(&self) -> TokenStream
fn to_token_stream(&self) -> TokenStream
Source§fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
fn into_token_stream(self) -> TokenStreamwhere
Self: Sized,
impl Eq for OnNullInput
impl StructuralPartialEq for OnNullInput
Auto Trait Implementations§
impl Freeze for OnNullInput
impl RefUnwindSafe for OnNullInput
impl Send for OnNullInput
impl Sync for OnNullInput
impl Unpin for OnNullInput
impl UnwindSafe for OnNullInput
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more