pub struct OptionalParserPackSlotReport {
pub projectatlas_version: String,
pub artifact: String,
pub present: bool,
}Expand description
Content-free identity and presence of one immutable parser-pack slot.
Fields§
§projectatlas_version: StringProjectAtlas release line that owns the slot namespace.
artifact: StringBLAKE3 identity of the exact artifact-manifest bytes.
present: boolWhether the exact immutable slot directory is present.
Trait Implementations§
Source§impl Clone for OptionalParserPackSlotReport
impl Clone for OptionalParserPackSlotReport
Source§fn clone(&self) -> OptionalParserPackSlotReport
fn clone(&self) -> OptionalParserPackSlotReport
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 OptionalParserPackSlotReport
impl Debug for OptionalParserPackSlotReport
Source§impl PartialEq for OptionalParserPackSlotReport
impl PartialEq for OptionalParserPackSlotReport
Source§fn eq(&self, other: &OptionalParserPackSlotReport) -> bool
fn eq(&self, other: &OptionalParserPackSlotReport) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for OptionalParserPackSlotReport
impl StructuralPartialEq for OptionalParserPackSlotReport
Auto Trait Implementations§
impl Freeze for OptionalParserPackSlotReport
impl RefUnwindSafe for OptionalParserPackSlotReport
impl Send for OptionalParserPackSlotReport
impl Sync for OptionalParserPackSlotReport
impl Unpin for OptionalParserPackSlotReport
impl UnwindSafe for OptionalParserPackSlotReport
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.