Struct telegram_bot_api::types::CallbackGame
source · [−]pub struct CallbackGame {}
Expand description
A placeholder, currently holds no information. Use BotFather to set up your game.
Implementations
sourceimpl CallbackGame
impl CallbackGame
Trait Implementations
sourceimpl Clone for CallbackGame
impl Clone for CallbackGame
sourcefn clone(&self) -> CallbackGame
fn clone(&self) -> CallbackGame
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for CallbackGame
impl Debug for CallbackGame
sourceimpl<'de> Deserialize<'de> for CallbackGame
impl<'de> Deserialize<'de> for CallbackGame
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for CallbackGame
impl Serialize for CallbackGame
Auto Trait Implementations
impl RefUnwindSafe for CallbackGame
impl Send for CallbackGame
impl Sync for CallbackGame
impl Unpin for CallbackGame
impl UnwindSafe for CallbackGame
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more