pub enum ParserPackPayloadRole {
Worker,
ContainmentBroker,
AcceptedManifest,
FixtureCorpus,
ProjectLicense,
NativeImportPolicy,
NativeAuditReport,
GrammarLibrary {
language_id: String,
},
}Expand description
Closed payload-file role in one platform artifact.
Variants§
Worker
Grammar-affined ProjectAtlas parser worker.
ContainmentBroker
Artifact-bound platform admission and containment broker.
AcceptedManifest
Byte-identical accepted logical capability manifest.
FixtureCorpus
Byte-identical retained positive/negative fixture corpus.
ProjectLicense
ProjectAtlas distribution license.
NativeImportPolicy
Closed native import/export/dependency policy.
NativeAuditReport
Normalized per-library native audit evidence.
GrammarLibrary
One exact accepted native grammar library.
Trait Implementations§
Source§impl Clone for ParserPackPayloadRole
impl Clone for ParserPackPayloadRole
Source§fn clone(&self) -> ParserPackPayloadRole
fn clone(&self) -> ParserPackPayloadRole
Returns a duplicate of the value. Read more
1.0.0 · 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 ParserPackPayloadRole
impl Debug for ParserPackPayloadRole
Source§impl<'de> Deserialize<'de> for ParserPackPayloadRole
impl<'de> Deserialize<'de> for ParserPackPayloadRole
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
Source§impl PartialEq for ParserPackPayloadRole
impl PartialEq for ParserPackPayloadRole
Source§impl Serialize for ParserPackPayloadRole
impl Serialize for ParserPackPayloadRole
impl Eq for ParserPackPayloadRole
impl StructuralPartialEq for ParserPackPayloadRole
Auto Trait Implementations§
impl Freeze for ParserPackPayloadRole
impl RefUnwindSafe for ParserPackPayloadRole
impl Send for ParserPackPayloadRole
impl Sync for ParserPackPayloadRole
impl Unpin for ParserPackPayloadRole
impl UnwindSafe for ParserPackPayloadRole
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.