pub struct DetachPolicyRequest {
pub policy_name: String,
pub target: String,
}Fields§
§policy_name: StringThe policy to detach.
target: StringThe target from which the policy will be detached.
Trait Implementations§
Source§impl Clone for DetachPolicyRequest
impl Clone for DetachPolicyRequest
Source§fn clone(&self) -> DetachPolicyRequest
fn clone(&self) -> DetachPolicyRequest
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 DetachPolicyRequest
impl Debug for DetachPolicyRequest
Source§impl Default for DetachPolicyRequest
impl Default for DetachPolicyRequest
Source§fn default() -> DetachPolicyRequest
fn default() -> DetachPolicyRequest
Returns the “default value” for a type. Read more
Source§impl PartialEq for DetachPolicyRequest
impl PartialEq for DetachPolicyRequest
Source§impl Serialize for DetachPolicyRequest
impl Serialize for DetachPolicyRequest
impl StructuralPartialEq for DetachPolicyRequest
Auto Trait Implementations§
impl Freeze for DetachPolicyRequest
impl RefUnwindSafe for DetachPolicyRequest
impl Send for DetachPolicyRequest
impl Sync for DetachPolicyRequest
impl Unpin for DetachPolicyRequest
impl UnwindSafe for DetachPolicyRequest
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