pub struct GetThreadMember<'a> { /* private fields */ }
Expand description
Returns a ThreadMember
in a thread.
Trait Implementations§
source§impl IntoFuture for GetThreadMember<'_>
impl IntoFuture for GetThreadMember<'_>
source§type Output = Result<Response<ThreadMember>, Error>
type Output = Result<Response<ThreadMember>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<ThreadMember>
type IntoFuture = ResponseFuture<ThreadMember>
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 GetThreadMember<'_>
impl TryIntoRequest for GetThreadMember<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetThreadMember<'a>
impl<'a> !RefUnwindSafe for GetThreadMember<'a>
impl<'a> Send for GetThreadMember<'a>
impl<'a> Sync for GetThreadMember<'a>
impl<'a> Unpin for GetThreadMember<'a>
impl<'a> !UnwindSafe for GetThreadMember<'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