pub struct GetJoinedPrivateArchivedThreads<'a> { /* private fields */ }Expand description
Returns archived private threads in the channel that the current user has joined.
Threads are ordered by their ID in descending order.
Implementations§
Source§impl<'a> GetJoinedPrivateArchivedThreads<'a>
 
impl<'a> GetJoinedPrivateArchivedThreads<'a>
Trait Implementations§
Source§impl IntoFuture for GetJoinedPrivateArchivedThreads<'_>
 
impl IntoFuture for GetJoinedPrivateArchivedThreads<'_>
Source§type Output = Result<Response<ThreadsListing>, Error>
 
type Output = Result<Response<ThreadsListing>, Error>
The output that the future will produce on completion.
Source§type IntoFuture = ResponseFuture<ThreadsListing>
 
type IntoFuture = ResponseFuture<ThreadsListing>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
 
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Source§impl TryIntoRequest for GetJoinedPrivateArchivedThreads<'_>
 
impl TryIntoRequest for GetJoinedPrivateArchivedThreads<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetJoinedPrivateArchivedThreads<'a>
impl<'a> !RefUnwindSafe for GetJoinedPrivateArchivedThreads<'a>
impl<'a> Send for GetJoinedPrivateArchivedThreads<'a>
impl<'a> Sync for GetJoinedPrivateArchivedThreads<'a>
impl<'a> Unpin for GetJoinedPrivateArchivedThreads<'a>
impl<'a> !UnwindSafe for GetJoinedPrivateArchivedThreads<'a>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more