pub struct AgentPolicyDeleteTarget {
pub id: String,
pub name: String,
pub snapshot: LiveAgentPolicy,
}Fields§
§id: String§name: String§snapshot: LiveAgentPolicyTrait Implementations§
Source§impl Clone for AgentPolicyDeleteTarget
impl Clone for AgentPolicyDeleteTarget
Source§fn clone(&self) -> AgentPolicyDeleteTarget
fn clone(&self) -> AgentPolicyDeleteTarget
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 AgentPolicyDeleteTarget
impl Debug for AgentPolicyDeleteTarget
Source§impl PartialEq for AgentPolicyDeleteTarget
impl PartialEq for AgentPolicyDeleteTarget
impl StructuralPartialEq for AgentPolicyDeleteTarget
Auto Trait Implementations§
impl Freeze for AgentPolicyDeleteTarget
impl RefUnwindSafe for AgentPolicyDeleteTarget
impl Send for AgentPolicyDeleteTarget
impl Sync for AgentPolicyDeleteTarget
impl Unpin for AgentPolicyDeleteTarget
impl UnsafeUnpin for AgentPolicyDeleteTarget
impl UnwindSafe for AgentPolicyDeleteTarget
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