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