pub enum NumericNullableInteger {
GreaterThan {},
Is {},
IsNot {},
IsNotNullT {},
IsNullT {},
LessThan {},
}Variants§
Trait Implementations§
Source§impl Clone for NumericNullableInteger
impl Clone for NumericNullableInteger
Source§fn clone(&self) -> NumericNullableInteger
fn clone(&self) -> NumericNullableInteger
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NumericNullableInteger
impl Debug for NumericNullableInteger
Source§impl Default for NumericNullableInteger
impl Default for NumericNullableInteger
Source§impl<'de> Deserialize<'de> for NumericNullableInteger
impl<'de> Deserialize<'de> for NumericNullableInteger
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for NumericNullableInteger
impl PartialEq for NumericNullableInteger
Source§impl Serialize for NumericNullableInteger
impl Serialize for NumericNullableInteger
impl StructuralPartialEq for NumericNullableInteger
Auto Trait Implementations§
impl Freeze for NumericNullableInteger
impl RefUnwindSafe for NumericNullableInteger
impl Send for NumericNullableInteger
impl Sync for NumericNullableInteger
impl Unpin for NumericNullableInteger
impl UnsafeUnpin for NumericNullableInteger
impl UnwindSafe for NumericNullableInteger
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