pub struct TdfAccessResult {
pub artifact: LocalTdfArtifact,
pub manifest: LocalTdfManifest,
pub artifact_digest: String,
pub policy_resolution: SdkPolicyResolveResponse,
pub key_access_plan: SdkKeyAccessPlanResponse,
pub plaintext: Vec<u8>,
pub evidence: SdkEvidenceIngestResponse,
}Fields§
§artifact: LocalTdfArtifact§manifest: LocalTdfManifest§artifact_digest: String§policy_resolution: SdkPolicyResolveResponse§key_access_plan: SdkKeyAccessPlanResponse§plaintext: Vec<u8>§evidence: SdkEvidenceIngestResponseTrait Implementations§
Source§impl Clone for TdfAccessResult
impl Clone for TdfAccessResult
Source§fn clone(&self) -> TdfAccessResult
fn clone(&self) -> TdfAccessResult
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 TdfAccessResult
impl Debug for TdfAccessResult
Source§impl PartialEq for TdfAccessResult
impl PartialEq for TdfAccessResult
Source§fn eq(&self, other: &TdfAccessResult) -> bool
fn eq(&self, other: &TdfAccessResult) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TdfAccessResult
impl StructuralPartialEq for TdfAccessResult
Auto Trait Implementations§
impl Freeze for TdfAccessResult
impl RefUnwindSafe for TdfAccessResult
impl Send for TdfAccessResult
impl Sync for TdfAccessResult
impl Unpin for TdfAccessResult
impl UnsafeUnpin for TdfAccessResult
impl UnwindSafe for TdfAccessResult
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