pub struct MetamorphosisPrediction {
pub goal_id: GoalId,
pub confidence: f64,
pub next_change: ScopeChange,
pub rationale: String,
}Fields§
§goal_id: GoalId§confidence: f64§next_change: ScopeChange§rationale: StringTrait Implementations§
Source§impl Clone for MetamorphosisPrediction
impl Clone for MetamorphosisPrediction
Source§fn clone(&self) -> MetamorphosisPrediction
fn clone(&self) -> MetamorphosisPrediction
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 moreSource§impl Debug for MetamorphosisPrediction
impl Debug for MetamorphosisPrediction
Source§impl<'de> Deserialize<'de> for MetamorphosisPrediction
impl<'de> Deserialize<'de> for MetamorphosisPrediction
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 MetamorphosisPrediction
impl RefUnwindSafe for MetamorphosisPrediction
impl Send for MetamorphosisPrediction
impl Sync for MetamorphosisPrediction
impl Unpin for MetamorphosisPrediction
impl UnsafeUnpin for MetamorphosisPrediction
impl UnwindSafe for MetamorphosisPrediction
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