Struct gcg_parser::Gcg
source · pub struct Gcg {
pub player1: Player,
pub player2: Player,
}
Fields§
§player1: Player
§player2: Player
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Gcg
impl Send for Gcg
impl Sync for Gcg
impl Unpin for Gcg
impl UnwindSafe for Gcg
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