pub struct SourceProfile {
pub backward: BackwardEvidence,
pub backzone: BackzoneEvidence,
pub packratlist: PackratlistEvidence,
pub dataform: DataformEvidence,
}Expand description
The source profile block (T12.4d; extended T12.5b/c/d) — a deliberate extension seam. It
carries the backward (T12.4d), backzone (T12.5b), packratlist backzone-scope (T12.5c), and
dataform encoding (T12.5d) evidence axes, each detected/claimed/status, hash-backed or
claim-only, never inferred.
Fields§
§backward: BackwardEvidence§backzone: BackzoneEvidence§packratlist: PackratlistEvidence§dataform: DataformEvidenceTrait Implementations§
Source§impl Clone for SourceProfile
impl Clone for SourceProfile
Source§fn clone(&self) -> SourceProfile
fn clone(&self) -> SourceProfile
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 moreAuto Trait Implementations§
impl Freeze for SourceProfile
impl RefUnwindSafe for SourceProfile
impl Send for SourceProfile
impl Sync for SourceProfile
impl Unpin for SourceProfile
impl UnsafeUnpin for SourceProfile
impl UnwindSafe for SourceProfile
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