pub struct PurposeStatement {
pub narrative: String,
pub intent_source: String,
pub confidence_level: f64,
}Fields§
§narrative: String§intent_source: String§confidence_level: f64Trait Implementations§
Source§impl Clone for PurposeStatement
impl Clone for PurposeStatement
Source§fn clone(&self) -> PurposeStatement
fn clone(&self) -> PurposeStatement
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 PurposeStatement
impl Debug for PurposeStatement
Source§impl<'de> Deserialize<'de> for PurposeStatement
impl<'de> Deserialize<'de> for PurposeStatement
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 PurposeStatement
impl PartialEq for PurposeStatement
Source§impl Serialize for PurposeStatement
impl Serialize for PurposeStatement
impl StructuralPartialEq for PurposeStatement
Auto Trait Implementations§
impl Freeze for PurposeStatement
impl RefUnwindSafe for PurposeStatement
impl Send for PurposeStatement
impl Sync for PurposeStatement
impl Unpin for PurposeStatement
impl UnwindSafe for PurposeStatement
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