pub struct PurposeStatementNode {
pub narrative: SpannedValue<String>,
pub intent_source: SpannedValue<String>,
pub confidence_level: SpannedValue<f64>,
pub span: Span,
}Fields§
§narrative: SpannedValue<String>§intent_source: SpannedValue<String>§confidence_level: SpannedValue<f64>§span: SpanTrait Implementations§
Source§impl Clone for PurposeStatementNode
impl Clone for PurposeStatementNode
Source§fn clone(&self) -> PurposeStatementNode
fn clone(&self) -> PurposeStatementNode
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 PurposeStatementNode
impl Debug for PurposeStatementNode
Source§impl PartialEq for PurposeStatementNode
impl PartialEq for PurposeStatementNode
impl StructuralPartialEq for PurposeStatementNode
Auto Trait Implementations§
impl Freeze for PurposeStatementNode
impl RefUnwindSafe for PurposeStatementNode
impl Send for PurposeStatementNode
impl Sync for PurposeStatementNode
impl Unpin for PurposeStatementNode
impl UnwindSafe for PurposeStatementNode
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