pub struct DiceData {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiceData
impl RefUnwindSafe for DiceData
impl Send for DiceData
impl Sync for DiceData
impl Unpin for DiceData
impl UnwindSafe for DiceData
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