pub struct EventAllOfInterimSteps {
pub goal: Option<f64>,
pub reward: Option<Box<Reward>>,
pub message: Option<Box<EventAllOfMessage>>,
pub winner_count: Option<f64>,
}Fields§
§goal: Option<f64>Score to each to achieve this step
reward: Option<Box<Reward>>§message: Option<Box<EventAllOfMessage>>§winner_count: Option<f64>Suspected to be the number of persons who have completed this step.
Implementations§
Source§impl EventAllOfInterimSteps
impl EventAllOfInterimSteps
pub fn new() -> EventAllOfInterimSteps
Trait Implementations§
Source§impl Clone for EventAllOfInterimSteps
impl Clone for EventAllOfInterimSteps
Source§fn clone(&self) -> EventAllOfInterimSteps
fn clone(&self) -> EventAllOfInterimSteps
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EventAllOfInterimSteps
impl Debug for EventAllOfInterimSteps
Source§impl Default for EventAllOfInterimSteps
impl Default for EventAllOfInterimSteps
Source§fn default() -> EventAllOfInterimSteps
fn default() -> EventAllOfInterimSteps
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventAllOfInterimSteps
impl<'de> Deserialize<'de> for EventAllOfInterimSteps
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
Source§impl PartialEq for EventAllOfInterimSteps
impl PartialEq for EventAllOfInterimSteps
Source§impl Serialize for EventAllOfInterimSteps
impl Serialize for EventAllOfInterimSteps
impl StructuralPartialEq for EventAllOfInterimSteps
Auto Trait Implementations§
impl Freeze for EventAllOfInterimSteps
impl RefUnwindSafe for EventAllOfInterimSteps
impl Send for EventAllOfInterimSteps
impl Sync for EventAllOfInterimSteps
impl Unpin for EventAllOfInterimSteps
impl UnwindSafe for EventAllOfInterimSteps
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