pub struct SqlNull;Expand description
SQL null literal marker.
Trait Implementations§
Source§impl Ord for SqlNull
impl Ord for SqlNull
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 SqlNull
impl PartialOrd for SqlNull
impl Copy for SqlNull
impl Eq for SqlNull
impl StructuralPartialEq for SqlNull
Auto Trait Implementations§
impl Freeze for SqlNull
impl RefUnwindSafe for SqlNull
impl Send for SqlNull
impl Sync for SqlNull
impl Unpin for SqlNull
impl UnsafeUnpin for SqlNull
impl UnwindSafe for SqlNull
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