[−][src]Struct ena::sql::Post
4chan post
Fields
no: u64
sticky: Option<u8>
closed: Option<u8>
now: Option<String>
name: Option<String>
sub: Option<String>
com: Option<String>
filedeleted: Option<u8>
spoiler: Option<u8>
custom_spoiler: Option<u16>
filename: Option<String>
ext: Option<String>
w: Option<u32>
h: Option<u32>
tn_w: Option<u32>
tn_h: Option<u32>
tim: Option<u64>
time: u64
md5: Option<String>
fsize: Option<u64>
m_img: Option<u8>
resto: u64
trip: Option<String>
id: Option<String>
capcode: Option<String>
country: Option<String>
troll_country: Option<String>
country_name: Option<String>
archived: Option<u8>
bumplimit: Option<u8>
archived_on: Option<u64>
imagelimit: Option<u16>
semantic_url: Option<String>
replies: Option<u32>
images: Option<u32>
unique_ips: Option<u32>
tag: Option<String>
since4pass: Option<u16>
Trait Implementations
impl Clone for Post
[src]
impl Debug for Post
[src]
impl Default for Post
[src]
impl<'de> Deserialize<'de> for Post where
Post: Default,
[src]
Post: Default,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
[src]
__D: Deserializer<'de>,
impl Eq for Post
[src]
impl Hash for Post
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl PartialEq<Post> for Post
[src]
impl Serialize for Post
[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer,
[src]
__S: Serializer,
impl StructuralEq for Post
[src]
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> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
fn equivalent(&self, key: &K) -> bool
[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> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
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>,