pub enum NullKind {
Null,
NaN,
NaT,
}Variants§
Trait Implementations§
impl Copy for NullKind
Source§impl<'de> Deserialize<'de> for NullKind
impl<'de> Deserialize<'de> for NullKind
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
impl Eq for NullKind
Source§impl Ord for NullKind
impl Ord for NullKind
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for NullKind
impl PartialOrd for NullKind
impl StructuralPartialEq for NullKind
Auto Trait Implementations§
impl Freeze for NullKind
impl RefUnwindSafe for NullKind
impl Send for NullKind
impl Sync for NullKind
impl Unpin for NullKind
impl UnsafeUnpin for NullKind
impl UnwindSafe for NullKind
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