pub struct IntentSummary {
pub intent_id: String,
pub kind_label: String,
pub outcome: String,
pub law_status: String,
pub gate_open: bool,
}Fields§
§intent_id: String§kind_label: String§outcome: String§law_status: String§gate_open: boolTrait Implementations§
Source§impl Clone for IntentSummary
impl Clone for IntentSummary
Source§fn clone(&self) -> IntentSummary
fn clone(&self) -> IntentSummary
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 IntentSummary
impl Debug for IntentSummary
Source§impl<'de> Deserialize<'de> for IntentSummary
impl<'de> Deserialize<'de> for IntentSummary
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 IntentSummary
impl RefUnwindSafe for IntentSummary
impl Send for IntentSummary
impl Sync for IntentSummary
impl Unpin for IntentSummary
impl UnsafeUnpin for IntentSummary
impl UnwindSafe for IntentSummary
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