pub struct GetUserProfileAudios { /* private fields */ }Expand description
Builder for the getUserProfileAudios method (Bot API 9.4).
Returns the list of audios displayed on a user’s profile.
Implementations§
Trait Implementations§
Source§impl IntoFuture for GetUserProfileAudios
impl IntoFuture for GetUserProfileAudios
Source§type Output = Result<UserProfileAudios, Error>
type Output = Result<UserProfileAudios, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetUserProfileAudios as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetUserProfileAudios as IntoFuture>::Output> + Send>>
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
Auto Trait Implementations§
impl Freeze for GetUserProfileAudios
impl !RefUnwindSafe for GetUserProfileAudios
impl Send for GetUserProfileAudios
impl Sync for GetUserProfileAudios
impl Unpin for GetUserProfileAudios
impl UnsafeUnpin for GetUserProfileAudios
impl !UnwindSafe for GetUserProfileAudios
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