[][src]Struct odbc_iter::odbc_type::UnixTimestamp

pub struct UnixTimestamp(_);

SqlTimestamp type that can be created from number of seconds since epoch as represented by f64 value.

Methods

impl UnixTimestamp[src]

Trait Implementations

impl From<UnixTimestamp> for Value[src]

impl From<f64> for UnixTimestamp[src]

impl From<NaiveDateTime> for UnixTimestamp[src]

impl Debug for UnixTimestamp[src]

impl<'a> OdbcType<'a> for UnixTimestamp[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, 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<E, C> WrapContext<C> for E[src]

type ContextError = ErrorContext<E, C>

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

impl<'a, T> Output<'a> for T where
    T: OdbcType<'a>, 
[src]