pub struct GetPolicyRequest {
pub policy_name: String,
}Expand description
The input for the GetPolicy operation.
Fields§
§policy_name: StringThe name of the policy.
Trait Implementations§
Source§impl Clone for GetPolicyRequest
impl Clone for GetPolicyRequest
Source§fn clone(&self) -> GetPolicyRequest
fn clone(&self) -> GetPolicyRequest
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 GetPolicyRequest
impl Debug for GetPolicyRequest
Source§impl Default for GetPolicyRequest
impl Default for GetPolicyRequest
Source§fn default() -> GetPolicyRequest
fn default() -> GetPolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for GetPolicyRequest
impl PartialEq for GetPolicyRequest
Source§impl Serialize for GetPolicyRequest
impl Serialize for GetPolicyRequest
impl StructuralPartialEq for GetPolicyRequest
Auto Trait Implementations§
impl Freeze for GetPolicyRequest
impl RefUnwindSafe for GetPolicyRequest
impl Send for GetPolicyRequest
impl Sync for GetPolicyRequest
impl Unpin for GetPolicyRequest
impl UnwindSafe for GetPolicyRequest
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