pub struct RuntimeConfigSnapshotRef {
pub generation: u64,
pub etag: String,
pub materialization_digest: String,
}Expand description
Immutable runtime-configuration snapshot identity pinned at run admission.
Fields§
§generation: u64Monotonic runtime-config generation.
etag: StringOpaque revision etag identifying the retained immutable declaration.
materialization_digest: StringDigest of the fully resolved non-secret run materialization.
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeConfigSnapshotRef
impl Clone for RuntimeConfigSnapshotRef
Source§fn clone(&self) -> RuntimeConfigSnapshotRef
fn clone(&self) -> RuntimeConfigSnapshotRef
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 RuntimeConfigSnapshotRef
impl Debug for RuntimeConfigSnapshotRef
Source§impl<'de> Deserialize<'de> for RuntimeConfigSnapshotRef
impl<'de> Deserialize<'de> for RuntimeConfigSnapshotRef
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for RuntimeConfigSnapshotRef
Source§impl PartialEq for RuntimeConfigSnapshotRef
impl PartialEq for RuntimeConfigSnapshotRef
Source§impl Serialize for RuntimeConfigSnapshotRef
impl Serialize for RuntimeConfigSnapshotRef
impl StructuralPartialEq for RuntimeConfigSnapshotRef
Auto Trait Implementations§
impl Freeze for RuntimeConfigSnapshotRef
impl RefUnwindSafe for RuntimeConfigSnapshotRef
impl Send for RuntimeConfigSnapshotRef
impl Sync for RuntimeConfigSnapshotRef
impl Unpin for RuntimeConfigSnapshotRef
impl UnsafeUnpin for RuntimeConfigSnapshotRef
impl UnwindSafe for RuntimeConfigSnapshotRef
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