pub struct Date32(pub i32);Expand description
Wrapper type for ClickHouse Date32 type.
Tuple Fields§
§0: i32Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Date32
Available on crate feature serde only.
impl<'de> Deserialize<'de> for Date32
Available on crate feature
serde only.Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Date32
impl Ord for Date32
Source§impl PartialOrd for Date32
impl PartialOrd for Date32
impl Copy for Date32
impl Eq for Date32
impl StructuralPartialEq for Date32
Auto Trait Implementations§
impl Freeze for Date32
impl RefUnwindSafe for Date32
impl Send for Date32
impl Sync for Date32
impl Unpin for Date32
impl UnwindSafe for Date32
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.