pub struct SnapshotIndex<'a> { /* private fields */ }Expand description
The snapshots a path is resolved against, keyed by the type they define.
Implementations§
Source§impl<'a> SnapshotIndex<'a>
impl<'a> SnapshotIndex<'a>
Sourcepub fn new(
definitions: impl IntoIterator<Item = &'a StructureDefinition>,
) -> Self
pub fn new( definitions: impl IntoIterator<Item = &'a StructureDefinition>, ) -> Self
Indexes definitions by their type, ignoring any without a snapshot —
a differential alone cannot be walked.
Auto Trait Implementations§
impl<'a> Freeze for SnapshotIndex<'a>
impl<'a> RefUnwindSafe for SnapshotIndex<'a>
impl<'a> Send for SnapshotIndex<'a>
impl<'a> Sync for SnapshotIndex<'a>
impl<'a> Unpin for SnapshotIndex<'a>
impl<'a> UnsafeUnpin for SnapshotIndex<'a>
impl<'a> UnwindSafe for SnapshotIndex<'a>
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