[][src]Struct rvk::objects::video::CatalogElement

pub struct CatalogElement {
    pub id: Integer,
    pub owner_id: Integer,
    pub title: String,
    pub type_: String,
    pub description: Option<String>,
    pub duration: Option<Integer>,
    pub photo_130: Option<String>,
    pub photo_160: Option<String>,
    pub photo_320: Option<String>,
    pub photo_640: Option<String>,
    pub photo_800: Option<String>,
    pub date: Option<Integer>,
    pub adding_date: Option<Integer>,
    pub views: Option<Integer>,
    pub comments: Option<Integer>,
    pub can_add: Option<Integer>,
    pub can_edit: Option<Integer>,
    pub is_private: Option<Integer>,
    pub count: Option<Integer>,
    pub updated_time: Option<Integer>,
}

Fields

id: Integerowner_id: Integertitle: Stringtype_: Stringdescription: Option<String>duration: Option<Integer>photo_130: Option<String>photo_160: Option<String>photo_320: Option<String>photo_640: Option<String>photo_800: Option<String>date: Option<Integer>adding_date: Option<Integer>views: Option<Integer>comments: Option<Integer>can_add: Option<Integer>can_edit: Option<Integer>is_private: Option<Integer>count: Option<Integer>updated_time: Option<Integer>

Trait Implementations

impl Clone for CatalogElement[src]

impl Debug for CatalogElement[src]

impl<'de> Deserialize<'de> for CatalogElement[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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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> 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.