pub struct AutoLandPolicyInput {
pub agent_authored: bool,
pub confidence: Option<f32>,
pub tests_passed: Option<bool>,
}Expand description
Facts needed for auto-land policy without opening the object store.
Fields§
§confidence: Option<f32>§tests_passed: Option<bool>Trait Implementations§
Source§impl Clone for AutoLandPolicyInput
impl Clone for AutoLandPolicyInput
Source§fn clone(&self) -> AutoLandPolicyInput
fn clone(&self) -> AutoLandPolicyInput
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 moreimpl Copy for AutoLandPolicyInput
Auto Trait Implementations§
impl Freeze for AutoLandPolicyInput
impl RefUnwindSafe for AutoLandPolicyInput
impl Send for AutoLandPolicyInput
impl Sync for AutoLandPolicyInput
impl Unpin for AutoLandPolicyInput
impl UnsafeUnpin for AutoLandPolicyInput
impl UnwindSafe for AutoLandPolicyInput
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