pub struct LiftOptions {
pub name: Symbol,
pub max_repairs: u8,
}Expand description
Options for one FORGE prose-to-packet lift.
Fields§
§name: SymbolStable symbolic name assigned to the compiled intent artifact.
max_repairs: u8Maximum repair attempts after the first candidate. Values above 2 are clamped.
Implementations§
Trait Implementations§
Source§impl Clone for LiftOptions
impl Clone for LiftOptions
Source§fn clone(&self) -> LiftOptions
fn clone(&self) -> LiftOptions
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 LiftOptions
impl Debug for LiftOptions
Source§impl Default for LiftOptions
impl Default for LiftOptions
impl Eq for LiftOptions
Source§impl PartialEq for LiftOptions
impl PartialEq for LiftOptions
impl StructuralPartialEq for LiftOptions
Auto Trait Implementations§
impl Freeze for LiftOptions
impl RefUnwindSafe for LiftOptions
impl Send for LiftOptions
impl Sync for LiftOptions
impl Unpin for LiftOptions
impl UnsafeUnpin for LiftOptions
impl UnwindSafe for LiftOptions
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.