pub struct AgentReadyOptions {
pub lease: String,
pub message: Option<String>,
pub confidence: Option<f32>,
}Expand description
Caller-supplied agent ready options (CLI surface, no I/O).
Fields§
§lease: String§message: Option<String>§confidence: Option<f32>Trait Implementations§
Source§impl Clone for AgentReadyOptions
impl Clone for AgentReadyOptions
Source§fn clone(&self) -> AgentReadyOptions
fn clone(&self) -> AgentReadyOptions
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 AgentReadyOptions
impl Debug for AgentReadyOptions
Source§impl PartialEq for AgentReadyOptions
impl PartialEq for AgentReadyOptions
impl StructuralPartialEq for AgentReadyOptions
Auto Trait Implementations§
impl Freeze for AgentReadyOptions
impl RefUnwindSafe for AgentReadyOptions
impl Send for AgentReadyOptions
impl Sync for AgentReadyOptions
impl Unpin for AgentReadyOptions
impl UnsafeUnpin for AgentReadyOptions
impl UnwindSafe for AgentReadyOptions
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