pub struct RootStoreReleaseSetEntry {
pub component_spec: ComponentSpecId,
pub kind: RootStoreReleaseSetEntryKind,
pub artifact: RootStoreArtifact,
}Expand description
RootStoreReleaseSetEntry
One Spec-scoped artifact authorization from the canonical root release-set manifest.
Fields§
§component_spec: ComponentSpecId§kind: RootStoreReleaseSetEntryKind§artifact: RootStoreArtifactTrait Implementations§
Source§impl Clone for RootStoreReleaseSetEntry
impl Clone for RootStoreReleaseSetEntry
Source§fn clone(&self) -> RootStoreReleaseSetEntry
fn clone(&self) -> RootStoreReleaseSetEntry
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 RootStoreReleaseSetEntry
impl Debug for RootStoreReleaseSetEntry
Source§impl<'de> Deserialize<'de> for RootStoreReleaseSetEntry
impl<'de> Deserialize<'de> for RootStoreReleaseSetEntry
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 RootStoreReleaseSetEntry
Source§impl PartialEq for RootStoreReleaseSetEntry
impl PartialEq for RootStoreReleaseSetEntry
Source§impl Serialize for RootStoreReleaseSetEntry
impl Serialize for RootStoreReleaseSetEntry
impl StructuralPartialEq for RootStoreReleaseSetEntry
Auto Trait Implementations§
impl Freeze for RootStoreReleaseSetEntry
impl RefUnwindSafe for RootStoreReleaseSetEntry
impl Send for RootStoreReleaseSetEntry
impl Sync for RootStoreReleaseSetEntry
impl Unpin for RootStoreReleaseSetEntry
impl UnsafeUnpin for RootStoreReleaseSetEntry
impl UnwindSafe for RootStoreReleaseSetEntry
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