pub struct RpsData {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for RpsData
impl RefUnwindSafe for RpsData
impl Send for RpsData
impl Sync for RpsData
impl Unpin 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