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