pub struct GeneratedDocumentFlows {
pub p2p_chains: Vec<P2PDocumentChain>,
pub o2c_chains: Vec<O2CDocumentChain>,
pub document_references: Vec<DocumentReference>,
pub stats: DocumentChainStats,
}Expand description
Generated document flows result.
Fields§
§p2p_chains: Vec<P2PDocumentChain>P2P chains
o2c_chains: Vec<O2CDocumentChain>O2C chains
document_references: Vec<DocumentReference>All document references
stats: DocumentChainStatsStatistics
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratedDocumentFlows
impl RefUnwindSafe for GeneratedDocumentFlows
impl Send for GeneratedDocumentFlows
impl Sync for GeneratedDocumentFlows
impl Unpin for GeneratedDocumentFlows
impl UnwindSafe for GeneratedDocumentFlows
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