pub struct AgentPolicySummary {
pub id: String,
pub name: String,
pub namespace: String,
pub description: Option<String>,
pub agents: Option<u64>,
}Expand description
A list row. agents is present on list and single reads; ops requires it
for mutation planning.
Fields§
§id: String§name: String§namespace: String§description: Option<String>§agents: Option<u64>Implementations§
Trait Implementations§
Source§impl Clone for AgentPolicySummary
impl Clone for AgentPolicySummary
Source§fn clone(&self) -> AgentPolicySummary
fn clone(&self) -> AgentPolicySummary
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 AgentPolicySummary
impl Debug for AgentPolicySummary
impl Eq for AgentPolicySummary
Source§impl PartialEq for AgentPolicySummary
impl PartialEq for AgentPolicySummary
Source§impl Serialize for AgentPolicySummary
impl Serialize for AgentPolicySummary
impl StructuralPartialEq for AgentPolicySummary
Auto Trait Implementations§
impl Freeze for AgentPolicySummary
impl RefUnwindSafe for AgentPolicySummary
impl Send for AgentPolicySummary
impl Sync for AgentPolicySummary
impl Unpin for AgentPolicySummary
impl UnsafeUnpin for AgentPolicySummary
impl UnwindSafe for AgentPolicySummary
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.