pub struct AgentAutonomy {
pub level: AgentAutonomyLevel,
}Expand description
AgentAutonomy model.
Fields§
§level: AgentAutonomyLevelTrait Implementations§
Source§impl Clone for AgentAutonomy
impl Clone for AgentAutonomy
Source§fn clone(&self) -> AgentAutonomy
fn clone(&self) -> AgentAutonomy
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 AgentAutonomy
impl Debug for AgentAutonomy
Source§impl Default for AgentAutonomy
impl Default for AgentAutonomy
Source§fn default() -> AgentAutonomy
fn default() -> AgentAutonomy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentAutonomy
impl<'de> Deserialize<'de> for AgentAutonomy
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AgentAutonomy
impl PartialEq for AgentAutonomy
Source§impl Serialize for AgentAutonomy
impl Serialize for AgentAutonomy
impl StructuralPartialEq for AgentAutonomy
Auto Trait Implementations§
impl Freeze for AgentAutonomy
impl RefUnwindSafe for AgentAutonomy
impl Send for AgentAutonomy
impl Sync for AgentAutonomy
impl Unpin for AgentAutonomy
impl UnsafeUnpin for AgentAutonomy
impl UnwindSafe for AgentAutonomy
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