pub struct RootStoreReleaseSetManifest {
pub release_build_id: ReleaseBuildId,
pub component_topology_digest: ComponentTopologyDigest,
pub entries: Vec<RootStoreReleaseSetEntry>,
}Expand description
RootStoreReleaseSetManifest
Runtime decoding shape for the host’s exact canonical root release-set JSON bytes.
Fields§
§release_build_id: ReleaseBuildId§component_topology_digest: ComponentTopologyDigest§entries: Vec<RootStoreReleaseSetEntry>Trait Implementations§
Source§impl Clone for RootStoreReleaseSetManifest
impl Clone for RootStoreReleaseSetManifest
Source§fn clone(&self) -> RootStoreReleaseSetManifest
fn clone(&self) -> RootStoreReleaseSetManifest
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 RootStoreReleaseSetManifest
impl Debug for RootStoreReleaseSetManifest
Source§impl<'de> Deserialize<'de> for RootStoreReleaseSetManifest
impl<'de> Deserialize<'de> for RootStoreReleaseSetManifest
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 RootStoreReleaseSetManifest
impl StructuralPartialEq for RootStoreReleaseSetManifest
Auto Trait Implementations§
impl Freeze for RootStoreReleaseSetManifest
impl RefUnwindSafe for RootStoreReleaseSetManifest
impl Send for RootStoreReleaseSetManifest
impl Sync for RootStoreReleaseSetManifest
impl Unpin for RootStoreReleaseSetManifest
impl UnsafeUnpin for RootStoreReleaseSetManifest
impl UnwindSafe for RootStoreReleaseSetManifest
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