pub struct TrustedPlanRuntimeEvidence { /* private fields */ }Implementations§
Source§impl TrustedPlanRuntimeEvidence
impl TrustedPlanRuntimeEvidence
pub fn plan_id(&self) -> &PlanId
pub fn plan_hash(&self) -> &PlanHash
pub fn device_id(&self) -> &DeviceId
pub fn runtime_implementation_fingerprint(&self) -> &str
pub const fn coordinator_id(&self) -> LogicalAdmissionCoordinatorId
pub fn static_pool_identity(&self) -> Option<&ResourcePoolIdentity>
pub fn static_provisioning_binding(&self) -> Option<&StaticProvisioningBinding>
pub fn static_provisioning_identity( &self, ) -> Option<&ResourceTransactionIdentity>
Trait Implementations§
Source§impl Clone for TrustedPlanRuntimeEvidence
impl Clone for TrustedPlanRuntimeEvidence
Source§fn clone(&self) -> TrustedPlanRuntimeEvidence
fn clone(&self) -> TrustedPlanRuntimeEvidence
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 TrustedPlanRuntimeEvidence
impl Debug for TrustedPlanRuntimeEvidence
impl Eq for TrustedPlanRuntimeEvidence
impl StructuralPartialEq for TrustedPlanRuntimeEvidence
Auto Trait Implementations§
impl Freeze for TrustedPlanRuntimeEvidence
impl RefUnwindSafe for TrustedPlanRuntimeEvidence
impl Send for TrustedPlanRuntimeEvidence
impl Sync for TrustedPlanRuntimeEvidence
impl Unpin for TrustedPlanRuntimeEvidence
impl UnsafeUnpin for TrustedPlanRuntimeEvidence
impl UnwindSafe for TrustedPlanRuntimeEvidence
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