Struct mz_repr::chrono::ProtoNaiveDateTime
source · [−]Fields
year: i32
Year
ordinal: u32
Day-of-year (0..365)
secs: u32
The number of seconds since midnight
frac: u32
Additional fractional seconds since midnight in nanosecond granularity. This can can exceed 1,000,000,000 in order to represent the leap second.
Trait Implementations
sourceimpl Clone for ProtoNaiveDateTime
impl Clone for ProtoNaiveDateTime
sourcefn clone(&self) -> ProtoNaiveDateTime
fn clone(&self) -> ProtoNaiveDateTime
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ProtoNaiveDateTime
impl Debug for ProtoNaiveDateTime
sourceimpl Default for ProtoNaiveDateTime
impl Default for ProtoNaiveDateTime
sourceimpl Message for ProtoNaiveDateTime
impl Message for ProtoNaiveDateTime
sourcefn encoded_len(&self) -> usize
fn encoded_len(&self) -> usize
Returns the encoded length of the message without a length delimiter.
sourcefn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
fn encode<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
Encodes the message to a buffer. Read more
sourcefn encode_to_vec(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
fn encode_to_vec(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
Encodes the message to a newly allocated buffer.
sourcefn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
fn encode_length_delimited<B>(&self, buf: &mut B) -> Result<(), EncodeError> where
B: BufMut,
Encodes the message with a length-delimiter to a buffer. Read more
sourcefn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
fn encode_length_delimited_to_vec(&self) -> Vec<u8, Global>ⓘNotable traits for Vec<u8, A>impl<A> Write for Vec<u8, A> where
A: Allocator,
A: Allocator,
Encodes the message with a length-delimiter to a newly allocated buffer.
sourcefn decode<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
fn decode<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
Decodes an instance of the message from a buffer. Read more
sourcefn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
fn decode_length_delimited<B>(buf: B) -> Result<Self, DecodeError> where
B: Buf,
Self: Default,
Decodes a length-delimited instance of the message from the buffer.
sourcefn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
fn merge<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
Decodes an instance of the message from a buffer, and merges it into self
. Read more
sourcefn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
fn merge_length_delimited<B>(&mut self, buf: B) -> Result<(), DecodeError> where
B: Buf,
Decodes a length-delimited instance of the message from buffer, and
merges it into self
. Read more
sourceimpl PartialEq<ProtoNaiveDateTime> for ProtoNaiveDateTime
impl PartialEq<ProtoNaiveDateTime> for ProtoNaiveDateTime
sourcefn eq(&self, other: &ProtoNaiveDateTime) -> bool
fn eq(&self, other: &ProtoNaiveDateTime) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ProtoNaiveDateTime) -> bool
fn ne(&self, other: &ProtoNaiveDateTime) -> bool
This method tests for !=
.
sourceimpl RustType<ProtoNaiveDateTime> for NaiveDateTime
impl RustType<ProtoNaiveDateTime> for NaiveDateTime
sourcefn into_proto(&self) -> ProtoNaiveDateTime
fn into_proto(&self) -> ProtoNaiveDateTime
Convert a Self
into a Proto
value.
sourcefn from_proto(proto: ProtoNaiveDateTime) -> Result<Self, TryFromProtoError>
fn from_proto(proto: ProtoNaiveDateTime) -> Result<Self, TryFromProtoError>
Consume and convert a Proto
back into a Self
value. Read more
sourceimpl RustType<ProtoNaiveDateTime> for DateTime<Utc>
impl RustType<ProtoNaiveDateTime> for DateTime<Utc>
sourcefn into_proto(&self) -> ProtoNaiveDateTime
fn into_proto(&self) -> ProtoNaiveDateTime
Convert a Self
into a Proto
value.
sourcefn from_proto(proto: ProtoNaiveDateTime) -> Result<Self, TryFromProtoError>
fn from_proto(proto: ProtoNaiveDateTime) -> Result<Self, TryFromProtoError>
Consume and convert a Proto
back into a Self
value. Read more
impl StructuralPartialEq for ProtoNaiveDateTime
Auto Trait Implementations
impl RefUnwindSafe for ProtoNaiveDateTime
impl Send for ProtoNaiveDateTime
impl Sync for ProtoNaiveDateTime
impl Unpin for ProtoNaiveDateTime
impl UnwindSafe for ProtoNaiveDateTime
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> FutureExt for T
impl<T> FutureExt for T
sourcefn with_context(self, otel_cx: Context) -> WithContext<Self>
fn with_context(self, otel_cx: Context) -> WithContext<Self>
sourcefn with_current_context(self) -> WithContext<Self>
fn with_current_context(self) -> WithContext<Self>
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
sourcefn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message T
in a tonic::Request
sourceimpl<P, R> ProtoType<R> for P where
R: RustType<P>,
impl<P, R> ProtoType<R> for P where
R: RustType<P>,
sourcefn into_rust(self) -> Result<R, TryFromProtoError>
fn into_rust(self) -> Result<R, TryFromProtoError>
See RustType::from_proto
.
sourcefn from_rust(rust: &R) -> P
fn from_rust(rust: &R) -> P
See RustType::into_proto
.
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more