pub struct DiceBuilder { /* private fields */ }Expand description
Builder for the Dice structure
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DiceBuilder
impl RefUnwindSafe for DiceBuilder
impl Send for DiceBuilder
impl Sync for DiceBuilder
impl Unpin for DiceBuilder
impl UnwindSafe for DiceBuilder
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