[][src]Struct conjure_codegen::example_types::product::DateTimeExample

pub struct DateTimeExample { /* fields omitted */ }

Methods

impl DateTimeExample[src]

pub fn new(datetime: DateTime<Utc>) -> DateTimeExample[src]

Constructs a new instance of the type.

pub fn builder() -> Builder[src]

Returns a new builder.

pub fn datetime(&self) -> DateTime<Utc>[src]

Trait Implementations

impl From<DateTimeExample> for Builder[src]

impl Clone for DateTimeExample[src]

impl Copy for DateTimeExample[src]

impl Eq for DateTimeExample[src]

impl Ord for DateTimeExample[src]

impl PartialEq<DateTimeExample> for DateTimeExample[src]

impl PartialOrd<DateTimeExample> for DateTimeExample[src]

impl Debug for DateTimeExample[src]

impl Hash for DateTimeExample[src]

impl StructuralPartialEq for DateTimeExample[src]

impl StructuralEq for DateTimeExample[src]

impl Serialize for DateTimeExample[src]

impl<'de> Deserialize<'de> for DateTimeExample[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> From<T> for 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.

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

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

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

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]