pub struct Dice {
pub raw: MessageMediaDice,
}Fields§
§raw: MessageMediaDiceImplementations§
Source§impl Dice
impl Dice
pub fn from_raw_media(dice: MessageMediaDice) -> Self
pub fn to_raw_input_media(&self) -> InputMediaDice
Trait Implementations§
impl StructuralPartialEq for Dice
Auto Trait Implementations§
impl Freeze for Dice
impl RefUnwindSafe for Dice
impl Send for Dice
impl Sync for Dice
impl Unpin for Dice
impl UnwindSafe for Dice
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