pub struct LiveAgentPolicy {
pub spec: AgentPolicySpec,
pub agents: u64,
pub attached: Vec<String>,
}Expand description
A single live read reduced to what planning needs.
Fields§
§spec: AgentPolicySpec§agents: u64§attached: Vec<String>Trait Implementations§
Source§impl Clone for LiveAgentPolicy
impl Clone for LiveAgentPolicy
Source§fn clone(&self) -> LiveAgentPolicy
fn clone(&self) -> LiveAgentPolicy
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 LiveAgentPolicy
impl Debug for LiveAgentPolicy
Source§impl PartialEq for LiveAgentPolicy
impl PartialEq for LiveAgentPolicy
impl StructuralPartialEq for LiveAgentPolicy
Auto Trait Implementations§
impl Freeze for LiveAgentPolicy
impl RefUnwindSafe for LiveAgentPolicy
impl Send for LiveAgentPolicy
impl Sync for LiveAgentPolicy
impl Unpin for LiveAgentPolicy
impl UnsafeUnpin for LiveAgentPolicy
impl UnwindSafe for LiveAgentPolicy
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