pub struct RollCommand(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for RollCommand
impl RefUnwindSafe for RollCommand
impl Send for RollCommand
impl Sync for RollCommand
impl Unpin for RollCommand
impl UnsafeUnpin for RollCommand
impl UnwindSafe for RollCommand
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