[][src]Struct twitch_api_rs::values::clips::ViewCount

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

Implementations

impl ViewCount[src]

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

Take the inner value of this object

Trait Implementations

impl Clone for ViewCount[src]

impl Copy for ViewCount[src]

impl Debug for ViewCount[src]

impl Deref for ViewCount[src]

type Target = u32

The resulting type after dereferencing.

impl DerefMut for ViewCount[src]

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

impl Eq for ViewCount[src]

impl FieldValue for ViewCount[src]

impl<T: Into<u32>> From<T> for ViewCount[src]

impl PartialEq<ViewCount> for ViewCount[src]

impl Serialize for ViewCount[src]

impl StructuralEq for ViewCount[src]

impl StructuralPartialEq for ViewCount[src]

Auto Trait Implementations

impl RefUnwindSafe for ViewCount

impl Send for ViewCount

impl Sync for ViewCount

impl Unpin for ViewCount

impl UnwindSafe for ViewCount

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>,