Struct splits_io_api::race::UpdateSettings
source · pub struct UpdateSettings<'a> {
pub game_id: Update<&'a str>,
pub category_id: Update<&'a str>,
pub notes: Update<&'a str>,
pub visibility: Option<Visibility>,
}Expand description
The new properties to use for a Race when performing an update.
Fields§
§game_id: Update<&'a str>The update to perform for the ID of the Game that is being raced.
category_id: Update<&'a str>The update to perform for the ID of the Category that is being raced.
notes: Update<&'a str>The update to perform for any notes that are associated with the Race.
visibility: Option<Visibility>The update to perform for the visibility of the Race.
Trait Implementations§
source§impl<'a> Default for UpdateSettings<'a>
impl<'a> Default for UpdateSettings<'a>
source§fn default() -> UpdateSettings<'a>
fn default() -> UpdateSettings<'a>
Returns the “default value” for a type. Read more