pub struct SdkProtectionPlanResponse {
pub service: String,
pub status: String,
pub caller: RequestContext,
pub request_summary: ProtectionPlanSummary,
pub decision: ProtectionPlanDecision,
pub execution: ProtectionExecutionPlan,
pub platform_domains: Vec<PlatformDomainPlan>,
pub warnings: Vec<String>,
}Fields§
§service: String§status: String§caller: RequestContext§request_summary: ProtectionPlanSummary§decision: ProtectionPlanDecision§execution: ProtectionExecutionPlan§platform_domains: Vec<PlatformDomainPlan>§warnings: Vec<String>Trait Implementations§
Source§impl Clone for SdkProtectionPlanResponse
impl Clone for SdkProtectionPlanResponse
Source§fn clone(&self) -> SdkProtectionPlanResponse
fn clone(&self) -> SdkProtectionPlanResponse
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 SdkProtectionPlanResponse
impl Debug for SdkProtectionPlanResponse
Source§impl<'de> Deserialize<'de> for SdkProtectionPlanResponse
impl<'de> Deserialize<'de> for SdkProtectionPlanResponse
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
impl Eq for SdkProtectionPlanResponse
impl StructuralPartialEq for SdkProtectionPlanResponse
Auto Trait Implementations§
impl Freeze for SdkProtectionPlanResponse
impl RefUnwindSafe for SdkProtectionPlanResponse
impl Send for SdkProtectionPlanResponse
impl Sync for SdkProtectionPlanResponse
impl Unpin for SdkProtectionPlanResponse
impl UnsafeUnpin for SdkProtectionPlanResponse
impl UnwindSafe for SdkProtectionPlanResponse
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