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