pub struct SoxReport {
pub period: String,
pub total_events: u64,
pub audit_trail_complete: bool,
pub no_gaps: bool,
}Expand description
SOX compliance report
Fields§
§period: String§total_events: u64§audit_trail_complete: bool§no_gaps: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for SoxReport
impl<'de> Deserialize<'de> for SoxReport
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 SoxReport
impl RefUnwindSafe for SoxReport
impl Send for SoxReport
impl Sync for SoxReport
impl Unpin for SoxReport
impl UnwindSafe for SoxReport
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