Struct twilight_http::request::channel::thread::add_thread_member::AddThreadMember [−][src]
pub struct AddThreadMember<'a> { /* fields omitted */ }Expand description
Add another member to a thread.
Requires the ability to send messages in the thread, and that the thread is not archived.
Implementations
pub fn exec(self) -> ResponseFuture<EmptyBody>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
pub fn exec(self) -> ResponseFuture<EmptyBody>ⓘNotable traits for ResponseFuture<T>impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;
Notable traits for ResponseFuture<T>
impl<T: Unpin> Future for ResponseFuture<T> type Output = Result<Response<T>, Error>;Execute the request, returning a future resolving to a Response.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for AddThreadMember<'a>
impl<'a> Send for AddThreadMember<'a>
impl<'a> Sync for AddThreadMember<'a>
impl<'a> Unpin for AddThreadMember<'a>
impl<'a> !UnwindSafe for AddThreadMember<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
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