pub struct KeyAccessExecutionPlan {
pub local_cryptographic_operation: bool,
pub platform_role: String,
pub send_plaintext_to_platform: bool,
pub send_only: Vec<String>,
pub artifact_profile: ArtifactProfile,
pub authorization_strategy: String,
}Fields§
§local_cryptographic_operation: bool§platform_role: String§send_plaintext_to_platform: bool§send_only: Vec<String>§artifact_profile: ArtifactProfileTrait Implementations§
Source§impl Clone for KeyAccessExecutionPlan
impl Clone for KeyAccessExecutionPlan
Source§fn clone(&self) -> KeyAccessExecutionPlan
fn clone(&self) -> KeyAccessExecutionPlan
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 KeyAccessExecutionPlan
impl Debug for KeyAccessExecutionPlan
Source§impl<'de> Deserialize<'de> for KeyAccessExecutionPlan
impl<'de> Deserialize<'de> for KeyAccessExecutionPlan
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 KeyAccessExecutionPlan
impl PartialEq for KeyAccessExecutionPlan
Source§impl Serialize for KeyAccessExecutionPlan
impl Serialize for KeyAccessExecutionPlan
impl Eq for KeyAccessExecutionPlan
impl StructuralPartialEq for KeyAccessExecutionPlan
Auto Trait Implementations§
impl Freeze for KeyAccessExecutionPlan
impl RefUnwindSafe for KeyAccessExecutionPlan
impl Send for KeyAccessExecutionPlan
impl Sync for KeyAccessExecutionPlan
impl Unpin for KeyAccessExecutionPlan
impl UnsafeUnpin for KeyAccessExecutionPlan
impl UnwindSafe for KeyAccessExecutionPlan
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