pub struct LiveCanaryPolicySummary {
pub ready_for_canary: bool,
pub policy_armed: bool,
pub live_order_attempted: bool,
pub live_order_accepted: bool,
pub receipts_accepted: u64,
pub exchange_evidence_attached: bool,
pub publishable_canary_evidence: bool,
pub refusal_evidence_qualified: bool,
pub qualified: bool,
pub next_step: String,
pub extra: BTreeMap<String, Value>,
}Fields§
§ready_for_canary: bool§policy_armed: bool§live_order_attempted: bool§live_order_accepted: bool§receipts_accepted: u64§exchange_evidence_attached: bool§publishable_canary_evidence: bool§refusal_evidence_qualified: bool§qualified: bool§next_step: String§extra: BTreeMap<String, Value>Trait Implementations§
Source§impl Clone for LiveCanaryPolicySummary
impl Clone for LiveCanaryPolicySummary
Source§fn clone(&self) -> LiveCanaryPolicySummary
fn clone(&self) -> LiveCanaryPolicySummary
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 LiveCanaryPolicySummary
impl Debug for LiveCanaryPolicySummary
Source§impl Default for LiveCanaryPolicySummary
impl Default for LiveCanaryPolicySummary
Source§fn default() -> LiveCanaryPolicySummary
fn default() -> LiveCanaryPolicySummary
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LiveCanaryPolicySummarywhere
LiveCanaryPolicySummary: Default,
impl<'de> Deserialize<'de> for LiveCanaryPolicySummarywhere
LiveCanaryPolicySummary: Default,
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 LiveCanaryPolicySummary
impl RefUnwindSafe for LiveCanaryPolicySummary
impl Send for LiveCanaryPolicySummary
impl Sync for LiveCanaryPolicySummary
impl Unpin for LiveCanaryPolicySummary
impl UnsafeUnpin for LiveCanaryPolicySummary
impl UnwindSafe for LiveCanaryPolicySummary
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