pub struct DiceData {}Trait Implementations§
Source§impl SendSegmentData for DiceData
impl SendSegmentData for DiceData
fn into_send_segment(self) -> SendSegment
Auto Trait Implementations§
impl Freeze for DiceData
impl RefUnwindSafe for DiceData
impl Send for DiceData
impl Sync for DiceData
impl Unpin for DiceData
impl UnsafeUnpin 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