pub struct GetManagedBotAccessSettings { /* private fields */ }Expand description
Builder for the getManagedBotAccessSettings method (Bot API 9.7).
Returns the access settings of a managed bot.
Trait Implementations§
Source§impl IntoFuture for GetManagedBotAccessSettings
impl IntoFuture for GetManagedBotAccessSettings
Source§type Output = Result<BotAccessSettings, Error>
type Output = Result<BotAccessSettings, Error>
The output that the future will produce on completion.
Source§type IntoFuture = Pin<Box<dyn Future<Output = <GetManagedBotAccessSettings as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <GetManagedBotAccessSettings 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 !RefUnwindSafe for GetManagedBotAccessSettings
impl !UnwindSafe for GetManagedBotAccessSettings
impl Freeze for GetManagedBotAccessSettings
impl Send for GetManagedBotAccessSettings
impl Sync for GetManagedBotAccessSettings
impl Unpin for GetManagedBotAccessSettings
impl UnsafeUnpin for GetManagedBotAccessSettings
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