[−][src]Struct ena::mysql::asagi::Post
Fields
poster_ip: i32
num: i32
subnum: i32
thread_num: i32
unique_ips: i32
since4pass: i32
op: bool
date: i64
preview_orig: String
preview_w: i32
preview_h: i32
media_id: i32
media_orig: String
media_w: i32
media_h: i32
media_size: i32
media_hash: String
media_filename: String
spoiler: bool
deleted: bool
capcode: String
email: String
name: String
trip: String
title: String
comment: String
delpass: String
sticky: bool
closed: bool
archived: bool
poster_hash: String
poster_country: String
poster_troll_country: String
exif: String
link: String
type: String
omitted: 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]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> Sealed<T> for T where
T: ?Sized,
T: ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,