pub struct PromptMeasuredSuccess {
pub measurement: PromptMeasurement,
}Expand description
spc_011-C-02: the answer to a MeasurePrompt effect — one PromptMeasurement fact, wrapped
the same way every other effect wraps its one matching success payload.
Fields§
§measurement: PromptMeasurementTrait Implementations§
Source§impl Clone for PromptMeasuredSuccess
impl Clone for PromptMeasuredSuccess
Source§fn clone(&self) -> PromptMeasuredSuccess
fn clone(&self) -> PromptMeasuredSuccess
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 PromptMeasuredSuccess
impl Debug for PromptMeasuredSuccess
Source§impl<'de> Deserialize<'de> for PromptMeasuredSuccess
impl<'de> Deserialize<'de> for PromptMeasuredSuccess
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 PromptMeasuredSuccess
impl PartialEq for PromptMeasuredSuccess
Source§impl Serialize for PromptMeasuredSuccess
impl Serialize for PromptMeasuredSuccess
impl StructuralPartialEq for PromptMeasuredSuccess
Auto Trait Implementations§
impl Freeze for PromptMeasuredSuccess
impl RefUnwindSafe for PromptMeasuredSuccess
impl Send for PromptMeasuredSuccess
impl Sync for PromptMeasuredSuccess
impl Unpin for PromptMeasuredSuccess
impl UnsafeUnpin for PromptMeasuredSuccess
impl UnwindSafe for PromptMeasuredSuccess
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