pub struct StakesStore {
pub consequences: Option<ConsequenceAwareness>,
pub risk_field: Option<RiskFieldPerception>,
pub blast_radius: Option<BlastRadiusAwareness>,
}Expand description
Store for stakes perception domain.
Fields§
§consequences: Option<ConsequenceAwareness>§risk_field: Option<RiskFieldPerception>§blast_radius: Option<BlastRadiusAwareness>Implementations§
Source§impl StakesStore
impl StakesStore
Trait Implementations§
Source§impl Clone for StakesStore
impl Clone for StakesStore
Source§fn clone(&self) -> StakesStore
fn clone(&self) -> StakesStore
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 StakesStore
impl Debug for StakesStore
Source§impl Default for StakesStore
impl Default for StakesStore
Source§fn default() -> StakesStore
fn default() -> StakesStore
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for StakesStore
impl<'de> Deserialize<'de> for StakesStore
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 StakesStore
impl RefUnwindSafe for StakesStore
impl Send for StakesStore
impl Sync for StakesStore
impl Unpin for StakesStore
impl UnsafeUnpin for StakesStore
impl UnwindSafe for StakesStore
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