pub struct ScoreGoal {
pub chartkey: Chartkey,
pub rate: Rate,
pub wifescore: Wifescore,
pub time_assigned: String,
pub time_achieved: Option<String>,
}
Expand description
Score goal
Fields§
§chartkey: Chartkey
§rate: Rate
§wifescore: Wifescore
§time_assigned: String
§time_achieved: Option<String>
Trait Implementations§
impl StructuralPartialEq for ScoreGoal
Auto Trait Implementations§
impl Freeze for ScoreGoal
impl RefUnwindSafe for ScoreGoal
impl Send for ScoreGoal
impl Sync for ScoreGoal
impl Unpin for ScoreGoal
impl UnwindSafe for ScoreGoal
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