Struct telegram_api_rs::objects::Dice
source · pub struct Dice {
pub emoji: String,
pub value: i32,
}
Fields§
§emoji: String
§value: i32
Implementations§
Trait Implementations§
Auto Trait Implementations§
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