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