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