pub struct AgentCapturePlan {
pub lease: String,
pub message: Option<String>,
pub confidence: Option<f32>,
}Expand description
Validated capture plan after pure option preflight.
Fields§
§lease: String§message: Option<String>§confidence: Option<f32>Trait Implementations§
Source§impl Clone for AgentCapturePlan
impl Clone for AgentCapturePlan
Source§fn clone(&self) -> AgentCapturePlan
fn clone(&self) -> AgentCapturePlan
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 AgentCapturePlan
impl Debug for AgentCapturePlan
Source§impl PartialEq for AgentCapturePlan
impl PartialEq for AgentCapturePlan
impl StructuralPartialEq for AgentCapturePlan
Auto Trait Implementations§
impl Freeze for AgentCapturePlan
impl RefUnwindSafe for AgentCapturePlan
impl Send for AgentCapturePlan
impl Sync for AgentCapturePlan
impl Unpin for AgentCapturePlan
impl UnsafeUnpin for AgentCapturePlan
impl UnwindSafe for AgentCapturePlan
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