pub struct RiskFlag(/* private fields */);Expand description
Risk marker surfaced when a workflow may affect pet safety, labor cost, payment, or customer trust.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for RiskFlag
impl<'de> Deserialize<'de> for RiskFlag
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for RiskFlag
impl Ord for RiskFlag
Source§impl PartialOrd for RiskFlag
impl PartialOrd for RiskFlag
impl Eq for RiskFlag
impl StructuralPartialEq for RiskFlag
Auto Trait Implementations§
impl Freeze for RiskFlag
impl RefUnwindSafe for RiskFlag
impl Send for RiskFlag
impl Sync for RiskFlag
impl Unpin for RiskFlag
impl UnsafeUnpin for RiskFlag
impl UnwindSafe for RiskFlag
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