pub struct ServiceOrgGenerator { /* private fields */ }Expand description
Generator for ISA 402 service organization controls.
Implementations§
Source§impl ServiceOrgGenerator
impl ServiceOrgGenerator
Sourcepub fn with_config(seed: u64, config: ServiceOrgGeneratorConfig) -> Self
pub fn with_config(seed: u64, config: ServiceOrgGeneratorConfig) -> Self
Create a new generator with custom configuration.
Sourcepub fn generate(
&mut self,
entity_codes: &[String],
period_end_date: NaiveDate,
) -> ServiceOrgSnapshot
pub fn generate( &mut self, entity_codes: &[String], period_end_date: NaiveDate, ) -> ServiceOrgSnapshot
Generate service organizations and SOC reports for a list of entities.
Auto Trait Implementations§
impl Freeze for ServiceOrgGenerator
impl RefUnwindSafe for ServiceOrgGenerator
impl Send for ServiceOrgGenerator
impl Sync for ServiceOrgGenerator
impl Unpin for ServiceOrgGenerator
impl UnsafeUnpin for ServiceOrgGenerator
impl UnwindSafe for ServiceOrgGenerator
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