Struct mentat::entity_builder::InProgressBuilder [] [src]

pub struct InProgressBuilder<'a, 'c> { /* fields omitted */ }

Methods

impl<'a, 'c> InProgressBuilder<'a, 'c>
[src]

Build the terms from this builder and transact them against the current InProgress. This method always returns the InProgress -- failure doesn't imply an automatic rollback.

Transact the contents of the builder and commit the InProgress. If any step fails, roll back. Return the TxReport.

impl<'a, 'c> InProgressBuilder<'a, 'c>
[src]

Trait Implementations

impl<'a, 'c> BuildTerms for InProgressBuilder<'a, 'c>
[src]

Auto Trait Implementations

impl<'a, 'c> !Send for InProgressBuilder<'a, 'c>

impl<'a, 'c> !Sync for InProgressBuilder<'a, 'c>