Struct rust_tdlib::types::MessageGame
source · [−]pub struct MessageGame { /* private fields */ }
Expand description
A message with a game
Implementations
Trait Implementations
sourceimpl AsRef<MessageGame> for MessageGame
impl AsRef<MessageGame> for MessageGame
sourcefn as_ref(&self) -> &MessageGame
fn as_ref(&self) -> &MessageGame
Converts this type into a shared reference of the (usually inferred) input type.
sourceimpl Clone for MessageGame
impl Clone for MessageGame
sourcefn clone(&self) -> MessageGame
fn clone(&self) -> MessageGame
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for MessageGame
impl Debug for MessageGame
sourceimpl Default for MessageGame
impl Default for MessageGame
sourcefn default() -> MessageGame
fn default() -> MessageGame
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for MessageGame
impl<'de> Deserialize<'de> for MessageGame
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 MessageGame
impl Serialize for MessageGame
impl TDMessageContent for MessageGame
Auto Trait Implementations
impl RefUnwindSafe for MessageGame
impl Send for MessageGame
impl Sync for MessageGame
impl Unpin for MessageGame
impl UnwindSafe for MessageGame
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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