Struct ramp_api::types::PolicyViolations [−][src]
pub struct PolicyViolations { pub created_at: Option<DateTime<Utc>>, pub id: String, pub memo: String, pub type_: Option<Type>, }
Fields
created_at: Option<DateTime<Utc>>
id: String
memo: String
Free form text regarding the policy violation.
type_: Option<Type>
Trait Implementations
Returns the “default value” for a type. Read more
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 RefUnwindSafe for PolicyViolations
impl Send for PolicyViolations
impl Sync for PolicyViolations
impl Unpin for PolicyViolations
impl UnwindSafe for PolicyViolations
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more