pub struct InputMessageDice { /* private fields */ }
Expand description
A dice message
Implementations§
Trait Implementations§
Source§impl AsRef<InputMessageDice> for InputMessageDice
impl AsRef<InputMessageDice> for InputMessageDice
Source§fn as_ref(&self) -> &InputMessageDice
fn as_ref(&self) -> &InputMessageDice
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for InputMessageDice
impl Clone for InputMessageDice
Source§fn clone(&self) -> InputMessageDice
fn clone(&self) -> InputMessageDice
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for InputMessageDice
impl Debug for InputMessageDice
Source§impl Default for InputMessageDice
impl Default for InputMessageDice
Source§fn default() -> InputMessageDice
fn default() -> InputMessageDice
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputMessageDice
impl<'de> Deserialize<'de> for InputMessageDice
Source§fn 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
Source§impl Serialize for InputMessageDice
impl Serialize for InputMessageDice
impl TDInputMessageContent for InputMessageDice
Auto Trait Implementations§
impl Freeze for InputMessageDice
impl RefUnwindSafe for InputMessageDice
impl Send for InputMessageDice
impl Sync for InputMessageDice
impl Unpin for InputMessageDice
impl UnwindSafe for InputMessageDice
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