Struct twilight_model::channel::thread::ThreadsListing [−][src]
pub struct ThreadsListing {
pub has_more: Option<bool>,
pub members: Vec<ThreadMember>,
pub threads: Vec<Channel>,
}Expand description
Response body returned in thread listing methods.
Fields
has_more: Option<bool>Whether there are potentially more threads that could be returned.
members: Vec<ThreadMember>A thread member object for each returned thread the current user has joined.
threads: Vec<Channel>List of threads.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ThreadsListing
impl Send for ThreadsListing
impl Sync for ThreadsListing
impl Unpin for ThreadsListing
impl UnwindSafe for ThreadsListing
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more