pub struct QueryContent {
pub iam_policy_analysis_query: Option<IamPolicyAnalysisQuery>,
}Expand description
The query content.
This type is not used in any activity, and only used as part of another schema.
Fields§
§iam_policy_analysis_query: Option<IamPolicyAnalysisQuery>An IAM Policy Analysis query, which could be used in the AssetService.AnalyzeIamPolicy RPC or the AssetService.AnalyzeIamPolicyLongrunning RPC.
Trait Implementations§
Source§impl Clone for QueryContent
impl Clone for QueryContent
Source§fn clone(&self) -> QueryContent
fn clone(&self) -> QueryContent
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 QueryContent
impl Debug for QueryContent
Source§impl Default for QueryContent
impl Default for QueryContent
Source§fn default() -> QueryContent
fn default() -> QueryContent
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryContent
impl<'de> Deserialize<'de> for QueryContent
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 Serialize for QueryContent
impl Serialize for QueryContent
impl Part for QueryContent
Auto Trait Implementations§
impl Freeze for QueryContent
impl RefUnwindSafe for QueryContent
impl Send for QueryContent
impl Sync for QueryContent
impl Unpin for QueryContent
impl UnwindSafe for QueryContent
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