pub(crate) struct Sol3021 {}Expand description
3021m Alice and Bob Playing Flower Game
Implementations§
Auto Trait Implementations§
impl Freeze for Sol3021
impl RefUnwindSafe for Sol3021
impl Send for Sol3021
impl Sync for Sol3021
impl Unpin for Sol3021
impl UnsafeUnpin for Sol3021
impl UnwindSafe for Sol3021
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