pub struct NarrativeGenerator { /* private fields */ }Expand description
Narrative generator for AML cases.
Implementations§
Source§impl NarrativeGenerator
impl NarrativeGenerator
Sourcepub fn generate(&mut self, scenario: &AmlScenario) -> CaseNarrative
pub fn generate(&mut self, scenario: &AmlScenario) -> CaseNarrative
Generate narrative for an AML scenario.
Auto Trait Implementations§
impl Freeze for NarrativeGenerator
impl RefUnwindSafe for NarrativeGenerator
impl Send for NarrativeGenerator
impl Sync for NarrativeGenerator
impl Unpin for NarrativeGenerator
impl UnwindSafe for NarrativeGenerator
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