Struct gcg_parser::Player
source · pub struct Player {
pub nickname: String,
pub full_name: String,
}
Fields§
§nickname: String
§full_name: String
Implementations§
Trait Implementations§
source§impl PartialEq for Player
impl PartialEq for Player
impl StructuralPartialEq for Player
Auto Trait Implementations§
impl RefUnwindSafe for Player
impl Send for Player
impl Sync for Player
impl Unpin for Player
impl UnwindSafe for Player
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