pub struct EndpointLevelReads {
pub warmth: Option<i16>,
pub patience: Option<i16>,
}Expand description
The judge’s absolute endpoint levels for one turn. None = the judge
omitted the field or the eval was skipped → hold the stored level.
Fields§
§warmth: Option<i16>§patience: Option<i16>Trait Implementations§
Source§impl Clone for EndpointLevelReads
impl Clone for EndpointLevelReads
Source§fn clone(&self) -> EndpointLevelReads
fn clone(&self) -> EndpointLevelReads
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EndpointLevelReads
Source§impl Debug for EndpointLevelReads
impl Debug for EndpointLevelReads
Source§impl Default for EndpointLevelReads
impl Default for EndpointLevelReads
Source§fn default() -> EndpointLevelReads
fn default() -> EndpointLevelReads
Returns the “default value” for a type. Read more
impl Eq for EndpointLevelReads
Source§impl PartialEq for EndpointLevelReads
impl PartialEq for EndpointLevelReads
impl StructuralPartialEq for EndpointLevelReads
Auto Trait Implementations§
impl Freeze for EndpointLevelReads
impl RefUnwindSafe for EndpointLevelReads
impl Send for EndpointLevelReads
impl Sync for EndpointLevelReads
impl Unpin for EndpointLevelReads
impl UnsafeUnpin for EndpointLevelReads
impl UnwindSafe for EndpointLevelReads
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