[][src]Struct twitch_api_rs::values::EndedAt

#[repr(transparent)]pub struct EndedAt(_);

Represents the end of a time window

Implementations

impl EndedAt[src]

pub fn into_inner(self) -> RFC3339Time[src]

Take the inner value of this object

Methods from Deref<Target = RFC3339Time>

Trait Implementations

impl Clone for EndedAt[src]

impl Debug for EndedAt[src]

impl Deref for EndedAt[src]

type Target = RFC3339Time

The resulting type after dereferencing.

impl DerefMut for EndedAt[src]

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

impl Eq for EndedAt[src]

impl FieldValue for EndedAt[src]

impl<T: Into<RFC3339Time>> From<T> for EndedAt[src]

impl PartialEq<EndedAt> for EndedAt[src]

impl Serialize for EndedAt[src]

impl StructuralEq for EndedAt[src]

impl StructuralPartialEq for EndedAt[src]

Auto Trait Implementations

impl RefUnwindSafe for EndedAt

impl Send for EndedAt

impl Sync for EndedAt

impl Unpin for EndedAt

impl UnwindSafe for EndedAt

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?Sized
[src]

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

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

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

impl<T> Response for T where
    T: DeserializeOwned
[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<V, T> VZip<V> for T where
    V: MultiLane<T>,