pub struct GetVoiceRegions<'a> { /* private fields */ }
Expand description
Get a list of voice regions that can be used when creating a guild.
Trait Implementations§
source§impl IntoFuture for GetVoiceRegions<'_>
impl IntoFuture for GetVoiceRegions<'_>
source§type Output = Result<Response<ListBody<VoiceRegion>>, Error>
type Output = Result<Response<ListBody<VoiceRegion>>, Error>
The output that the future will produce on completion.
source§type IntoFuture = ResponseFuture<ListBody<VoiceRegion>>
type IntoFuture = ResponseFuture<ListBody<VoiceRegion>>
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 GetVoiceRegions<'_>
impl TryIntoRequest for GetVoiceRegions<'_>
Auto Trait Implementations§
impl<'a> Freeze for GetVoiceRegions<'a>
impl<'a> !RefUnwindSafe for GetVoiceRegions<'a>
impl<'a> Send for GetVoiceRegions<'a>
impl<'a> Sync for GetVoiceRegions<'a>
impl<'a> Unpin for GetVoiceRegions<'a>
impl<'a> !UnwindSafe for GetVoiceRegions<'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