[][src]Struct nebula_fbthrift_graph::types::DateTime

pub struct DateTime {
    pub year: i16,
    pub month: i8,
    pub day: i8,
    pub hour: i8,
    pub minute: i8,
    pub second: i8,
    pub millisec: i16,
    pub microsec: i16,
}

Fields

year: i16month: i8day: i8hour: i8minute: i8second: i8millisec: i16microsec: i16

Trait Implementations

impl Clone for DateTime[src]

impl Debug for DateTime[src]

impl Default for DateTime[src]

impl<P> Deserialize<P> for DateTime where
    P: ProtocolReader
[src]

impl Eq for DateTime[src]

impl GetTType for DateTime[src]

impl Hash for DateTime[src]

impl Ord for DateTime[src]

impl PartialEq<DateTime> for DateTime[src]

impl PartialOrd<DateTime> for DateTime[src]

impl Send for DateTime[src]

impl<P> Serialize<P> for DateTime where
    P: ProtocolWriter
[src]

impl StructuralEq for DateTime[src]

impl StructuralPartialEq for DateTime[src]

impl Sync for DateTime[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.