pub struct AgentPolicyList {
pub total: u64,
pub agent_policies: Vec<AgentPolicySummary>,
pub truncated: bool,
}Fields§
§total: u64§agent_policies: Vec<AgentPolicySummary>§truncated: boolTrait Implementations§
Source§impl Clone for AgentPolicyList
impl Clone for AgentPolicyList
Source§fn clone(&self) -> AgentPolicyList
fn clone(&self) -> AgentPolicyList
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 AgentPolicyList
impl Debug for AgentPolicyList
Source§impl PartialEq for AgentPolicyList
impl PartialEq for AgentPolicyList
Source§impl Serialize for AgentPolicyList
impl Serialize for AgentPolicyList
impl StructuralPartialEq for AgentPolicyList
Auto Trait Implementations§
impl Freeze for AgentPolicyList
impl RefUnwindSafe for AgentPolicyList
impl Send for AgentPolicyList
impl Sync for AgentPolicyList
impl Unpin for AgentPolicyList
impl UnsafeUnpin for AgentPolicyList
impl UnwindSafe for AgentPolicyList
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