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