pub struct ExposureLedgerDecisionEntry {Show 13 fields
pub decision_id: String,
pub issued_at: u64,
pub capability_id: Option<String>,
pub agent_subject: Option<String>,
pub tool_server: Option<String>,
pub tool_name: Option<String>,
pub outcome: UnderwritingDecisionOutcome,
pub lifecycle_state: UnderwritingDecisionLifecycleState,
pub review_state: UnderwritingReviewState,
pub risk_class: UnderwritingRiskClass,
pub supersedes_decision_id: Option<String>,
pub quoted_premium_amount: Option<MonetaryAmount>,
pub evidence_refs: Vec<ExposureLedgerEvidenceReference>,
}Fields§
§decision_id: String§issued_at: u64§capability_id: Option<String>§agent_subject: Option<String>§tool_server: Option<String>§tool_name: Option<String>§outcome: UnderwritingDecisionOutcome§lifecycle_state: UnderwritingDecisionLifecycleState§review_state: UnderwritingReviewState§risk_class: UnderwritingRiskClass§supersedes_decision_id: Option<String>§evidence_refs: Vec<ExposureLedgerEvidenceReference>Trait Implementations§
Source§impl Clone for ExposureLedgerDecisionEntry
impl Clone for ExposureLedgerDecisionEntry
Source§fn clone(&self) -> ExposureLedgerDecisionEntry
fn clone(&self) -> ExposureLedgerDecisionEntry
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 ExposureLedgerDecisionEntry
impl Debug for ExposureLedgerDecisionEntry
Source§impl<'de> Deserialize<'de> for ExposureLedgerDecisionEntry
impl<'de> Deserialize<'de> for ExposureLedgerDecisionEntry
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<ExposureLedgerDecisionEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<ExposureLedgerDecisionEntry, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for ExposureLedgerDecisionEntry
impl Serialize for ExposureLedgerDecisionEntry
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for ExposureLedgerDecisionEntry
Auto Trait Implementations§
impl Freeze for ExposureLedgerDecisionEntry
impl RefUnwindSafe for ExposureLedgerDecisionEntry
impl Send for ExposureLedgerDecisionEntry
impl Sync for ExposureLedgerDecisionEntry
impl Unpin for ExposureLedgerDecisionEntry
impl UnsafeUnpin for ExposureLedgerDecisionEntry
impl UnwindSafe for ExposureLedgerDecisionEntry
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