pub struct EventRound {
pub name: Vec<SportName>,
pub games_in_round: i64,
pub game_number: i64,
}Fields§
§name: Vec<SportName>§games_in_round: i64§game_number: i64Auto Trait Implementations§
impl Freeze for EventRound
impl RefUnwindSafe for EventRound
impl Send for EventRound
impl Sync for EventRound
impl Unpin for EventRound
impl UnwindSafe for EventRound
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