[][src]Struct ena::mysql::asagi::Post

pub struct Post {
    pub poster_ip: i32,
    pub num: i32,
    pub subnum: i32,
    pub thread_num: i32,
    pub unique_ips: i32,
    pub since4pass: i32,
    pub op: bool,
    pub date: i64,
    pub preview_orig: String,
    pub preview_w: i32,
    pub preview_h: i32,
    pub media_id: i32,
    pub media_orig: String,
    pub media_w: i32,
    pub media_h: i32,
    pub media_size: i32,
    pub media_hash: String,
    pub media_filename: String,
    pub spoiler: bool,
    pub deleted: bool,
    pub capcode: String,
    pub email: String,
    pub name: String,
    pub trip: String,
    pub title: String,
    pub comment: String,
    pub delpass: String,
    pub sticky: bool,
    pub closed: bool,
    pub archived: bool,
    pub poster_hash: String,
    pub poster_country: String,
    pub poster_troll_country: String,
    pub exif: String,
    pub link: String,
    pub type: String,
    pub omitted: bool,
}

Fields

poster_ip: i32num: i32subnum: i32thread_num: i32unique_ips: i32since4pass: i32op: booldate: i64preview_orig: Stringpreview_w: i32preview_h: i32media_id: i32media_orig: Stringmedia_w: i32media_h: i32media_size: i32media_hash: Stringmedia_filename: Stringspoiler: booldeleted: boolcapcode: Stringemail: Stringname: Stringtrip: Stringtitle: Stringcomment: Stringdelpass: Stringsticky: boolclosed: boolarchived: boolposter_hash: Stringposter_country: Stringposter_troll_country: Stringexif: Stringlink: Stringtype: Stringomitted: bool

Auto Trait Implementations

impl RefUnwindSafe for Post

impl Send for Post

impl Sync for Post

impl Unpin for Post

impl UnwindSafe for Post

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> From<T> for T[src]

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Sealed<T> for T where
    T: ?Sized

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