pub struct IgniteDate(pub i64);Expand description
Ignite DATE (type code 11): milliseconds since the Unix epoch.
Tuple Fields§
§0: i64Trait Implementations§
Source§impl Clone for IgniteDate
impl Clone for IgniteDate
Source§fn clone(&self) -> IgniteDate
fn clone(&self) -> IgniteDate
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 moreimpl Copy for IgniteDate
Source§impl Debug for IgniteDate
impl Debug for IgniteDate
impl Eq for IgniteDate
Source§impl FieldRead for IgniteDate
impl FieldRead for IgniteDate
fn read_field(r: &BinaryObjectReader, name: &str) -> Result<Self>
Source§impl FieldWrite for IgniteDate
impl FieldWrite for IgniteDate
Source§fn write_field(&self, b: BinaryObjectBuilder, name: &str) -> BinaryObjectBuilder
fn write_field(&self, b: BinaryObjectBuilder, name: &str) -> BinaryObjectBuilder
Write
self as field name, returning the builder for chaining.Source§fn field_type_code() -> i32
fn field_type_code() -> i32
The Ignite wire type code for this field’s value.
Source§impl Hash for IgniteDate
impl Hash for IgniteDate
Source§impl Ord for IgniteDate
impl Ord for IgniteDate
Source§fn cmp(&self, other: &IgniteDate) -> Ordering
fn cmp(&self, other: &IgniteDate) -> Ordering
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 PartialEq for IgniteDate
impl PartialEq for IgniteDate
Source§impl PartialOrd for IgniteDate
impl PartialOrd for IgniteDate
impl StructuralPartialEq for IgniteDate
Auto Trait Implementations§
impl Freeze for IgniteDate
impl RefUnwindSafe for IgniteDate
impl Send for IgniteDate
impl Sync for IgniteDate
impl Unpin for IgniteDate
impl UnsafeUnpin for IgniteDate
impl UnwindSafe for IgniteDate
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