pub struct BuiltSnapshot {
pub manifest: SnapshotManifest,
pub chunks: Vec<SnapshotChunk>,
}Expand description
Verified build result; adapters publish the manifest only after every chunk is durable.
Fields§
§manifest: SnapshotManifest§chunks: Vec<SnapshotChunk>Trait Implementations§
Source§impl Clone for BuiltSnapshot
impl Clone for BuiltSnapshot
Source§fn clone(&self) -> BuiltSnapshot
fn clone(&self) -> BuiltSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BuiltSnapshot
impl Debug for BuiltSnapshot
impl Eq for BuiltSnapshot
Source§impl PartialEq for BuiltSnapshot
impl PartialEq for BuiltSnapshot
impl StructuralPartialEq for BuiltSnapshot
Auto Trait Implementations§
impl Freeze for BuiltSnapshot
impl RefUnwindSafe for BuiltSnapshot
impl Send for BuiltSnapshot
impl Sync for BuiltSnapshot
impl Unpin for BuiltSnapshot
impl UnsafeUnpin for BuiltSnapshot
impl UnwindSafe for BuiltSnapshot
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