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