pub struct CommitTimestamp { /* private fields */ }
Implementations§
Methods from Deref<Target = OffsetDateTime>§
pub const UNIX_EPOCH: OffsetDateTime
Trait Implementations§
Source§impl Clone for CommitTimestamp
impl Clone for CommitTimestamp
Source§fn clone(&self) -> CommitTimestamp
fn clone(&self) -> CommitTimestamp
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CommitTimestamp
impl Debug for CommitTimestamp
Source§impl Default for CommitTimestamp
impl Default for CommitTimestamp
Source§impl Deref for CommitTimestamp
impl Deref for CommitTimestamp
Source§impl From<CommitTimestamp> for OffsetDateTime
impl From<CommitTimestamp> for OffsetDateTime
Source§fn from(s: CommitTimestamp) -> Self
fn from(s: CommitTimestamp) -> Self
Converts to this type from the input type.
Source§impl Ord for CommitTimestamp
impl Ord for CommitTimestamp
Source§fn cmp(&self, other: &CommitTimestamp) -> Ordering
fn cmp(&self, other: &CommitTimestamp) -> Ordering
1.21.0 · 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 CommitTimestamp
impl PartialEq for CommitTimestamp
Source§impl PartialOrd for CommitTimestamp
impl PartialOrd for CommitTimestamp
Source§impl TryFromValue for CommitTimestamp
impl TryFromValue for CommitTimestamp
impl Copy for CommitTimestamp
impl Eq for CommitTimestamp
impl StructuralPartialEq for CommitTimestamp
Auto Trait Implementations§
impl Freeze for CommitTimestamp
impl RefUnwindSafe for CommitTimestamp
impl Send for CommitTimestamp
impl Sync for CommitTimestamp
impl Unpin for CommitTimestamp
impl UnwindSafe for CommitTimestamp
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
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.Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
Source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request