pub struct GameBoxConfig {
pub username: String,
pub image_tag: String,
pub break_point: f32,
pub fix_point: f32,
pub down_point: f32,
pub first_bouns: f32,
}Fields§
§username: String§image_tag: String§break_point: f32§fix_point: f32§down_point: f32§first_bouns: f32Trait Implementations§
Source§impl Debug for GameBoxConfig
impl Debug for GameBoxConfig
Source§impl<'de> Deserialize<'de> for GameBoxConfig
impl<'de> Deserialize<'de> for GameBoxConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for GameBoxConfig
impl RefUnwindSafe for GameBoxConfig
impl Send for GameBoxConfig
impl Sync for GameBoxConfig
impl Unpin for GameBoxConfig
impl UnsafeUnpin for GameBoxConfig
impl UnwindSafe for GameBoxConfig
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