[−][src]Struct ena::sql::ThreadsPost
4chan thread in threads.json
Fields
no: u64
last_modified: u64
replies: u32
Implementations
impl ThreadsPost
[src][−]
Trait Implementations
impl Clone for ThreadsPost
[src][+]
impl Copy for ThreadsPost
[src]
impl Debug for ThreadsPost
[src][+]
impl<'de> Deserialize<'de> for ThreadsPost
[src][+]
impl Eq for ThreadsPost
[src]
impl Hash for ThreadsPost
[src][+]
impl Ord for ThreadsPost
[src][+]
impl PartialEq<ThreadsPost> for ThreadsPost
[src][+]
impl PartialOrd<ThreadsPost> for ThreadsPost
[src][+]
impl Serialize for ThreadsPost
[src][+]
impl StructuralEq for ThreadsPost
[src]
Auto Trait Implementations
impl RefUnwindSafe for ThreadsPost
impl Send for ThreadsPost
impl Sync for ThreadsPost
impl Unpin for ThreadsPost
impl UnwindSafe for ThreadsPost
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,
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[+]
V: MultiLane<T>,