pub struct IgniteTime(pub i64);Expand description
Ignite TIME (type code 36): nanoseconds since midnight.
Tuple Fields§
§0: i64Trait Implementations§
Source§impl Clone for IgniteTime
impl Clone for IgniteTime
Source§fn clone(&self) -> IgniteTime
fn clone(&self) -> IgniteTime
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 IgniteTime
Source§impl Debug for IgniteTime
impl Debug for IgniteTime
impl Eq for IgniteTime
Source§impl FieldRead for IgniteTime
impl FieldRead for IgniteTime
fn read_field(r: &BinaryObjectReader, name: &str) -> Result<Self>
Source§impl FieldWrite for IgniteTime
impl FieldWrite for IgniteTime
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 IgniteTime
impl Hash for IgniteTime
Source§impl Ord for IgniteTime
impl Ord for IgniteTime
Source§fn cmp(&self, other: &IgniteTime) -> Ordering
fn cmp(&self, other: &IgniteTime) -> 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 IgniteTime
impl PartialEq for IgniteTime
Source§impl PartialOrd for IgniteTime
impl PartialOrd for IgniteTime
impl StructuralPartialEq for IgniteTime
Auto Trait Implementations§
impl Freeze for IgniteTime
impl RefUnwindSafe for IgniteTime
impl Send for IgniteTime
impl Sync for IgniteTime
impl Unpin for IgniteTime
impl UnsafeUnpin for IgniteTime
impl UnwindSafe for IgniteTime
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