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