pub struct LogOut { /* private fields */ }Expand description
Builder for the logOut method.
Logs out from the cloud Bot API server. Must be called before running the bot locally. After a successful call the bot cannot log back in to the cloud server for 10 minutes.
Trait Implementations§
Source§impl IntoFuture for LogOut
impl IntoFuture for LogOut
Source§type IntoFuture = Pin<Box<dyn Future<Output = <LogOut as IntoFuture>::Output> + Send>>
type IntoFuture = Pin<Box<dyn Future<Output = <LogOut 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 LogOut
impl !UnwindSafe for LogOut
impl Freeze for LogOut
impl Send for LogOut
impl Sync for LogOut
impl Unpin for LogOut
impl UnsafeUnpin for LogOut
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