Struct ddcore_rs::models::spawnset::Settings [−][src]
pub struct Settings {
pub initial_hand: u8,
pub additional_gems: i32,
pub timer_start: Option<f32>,
}Fields
initial_hand: u8additional_gems: i32timer_start: Option<f32>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Settings
impl UnwindSafe for Settings
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more