pub struct PolicyDetachRequest {
pub policies: Vec<String>,
pub entity: PolicyDetachEntity,
pub entity_name: String,
}Expand description
A validated, retry-safe builtin policy detach request.
Fields§
§policies: Vec<String>§entity: PolicyDetachEntity§entity_name: StringImplementations§
Trait Implementations§
Source§impl Clone for PolicyDetachRequest
impl Clone for PolicyDetachRequest
Source§fn clone(&self) -> PolicyDetachRequest
fn clone(&self) -> PolicyDetachRequest
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PolicyDetachRequest
impl Debug for PolicyDetachRequest
impl Eq for PolicyDetachRequest
Source§impl PartialEq for PolicyDetachRequest
impl PartialEq for PolicyDetachRequest
impl StructuralPartialEq for PolicyDetachRequest
Auto Trait Implementations§
impl Freeze for PolicyDetachRequest
impl RefUnwindSafe for PolicyDetachRequest
impl Send for PolicyDetachRequest
impl Sync for PolicyDetachRequest
impl Unpin for PolicyDetachRequest
impl UnsafeUnpin for PolicyDetachRequest
impl UnwindSafe for PolicyDetachRequest
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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