Struct savefile::IntrospectionResult [−][src]
pub struct IntrospectionResult {
pub frames: Vec<IntrospectionFrame>,
// some fields omitted
}Expand description
An introspection tree. Note that each node in the tree can only have one expanded field, and thus at most one child (a bit of a boring ‘tree’ :-) ).
Fields
frames: Vec<IntrospectionFrame>The levels in the tree
Implementations
Indexes the result with a single index, which will reach all levels in the tree. Printing all elements in the order returned here, with indentation equal to item.key.depth, will yield a readable tree.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for IntrospectionResultimpl Send for IntrospectionResultimpl Sync for IntrospectionResultimpl Unpin for IntrospectionResultimpl UnwindSafe for IntrospectionResultBlanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V