pub struct RollResult {
pub string_result: String,
pub dice_total: Value,
}
Fields§
§string_result: String
§dice_total: Value
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RollResult
impl RefUnwindSafe for RollResult
impl Send for RollResult
impl Sync for RollResult
impl Unpin for RollResult
impl UnwindSafe for RollResult
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