pub enum ToolAutonomy {
ReadOnly,
Supervised,
Full,
}Expand description
High-level autonomy requested while constructing runtime tools.
Variants§
Trait Implementations§
Source§impl Clone for ToolAutonomy
impl Clone for ToolAutonomy
Source§fn clone(&self) -> ToolAutonomy
fn clone(&self) -> ToolAutonomy
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 ToolAutonomy
impl Debug for ToolAutonomy
Source§impl Default for ToolAutonomy
impl Default for ToolAutonomy
Source§fn default() -> ToolAutonomy
fn default() -> ToolAutonomy
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ToolAutonomy
impl<'de> Deserialize<'de> for ToolAutonomy
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 ToolAutonomy
impl PartialEq for ToolAutonomy
Source§fn eq(&self, other: &ToolAutonomy) -> bool
fn eq(&self, other: &ToolAutonomy) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ToolAutonomy
impl Serialize for ToolAutonomy
impl Copy for ToolAutonomy
impl Eq for ToolAutonomy
impl StructuralPartialEq for ToolAutonomy
Auto Trait Implementations§
impl Freeze for ToolAutonomy
impl RefUnwindSafe for ToolAutonomy
impl Send for ToolAutonomy
impl Sync for ToolAutonomy
impl Unpin for ToolAutonomy
impl UnsafeUnpin for ToolAutonomy
impl UnwindSafe for ToolAutonomy
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