[][src]Struct ena::sql::ThreadsPost

pub struct ThreadsPost {
    pub no: u64,
    pub last_modified: u64,
    pub replies: u32,
}
[]

4chan thread in threads.json

Fields

no: u64last_modified: u64replies: u32

Implementations

impl ThreadsPost[src][]

pub fn new(no: u64, last_modified: u64, replies: u32) -> Self[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][+]

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<Q, K> Equivalent<K> for Q where
    K: Borrow<Q> + ?Sized,
    Q: Eq + ?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> 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.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[+]