pub struct FlashFillSynth {
pub operators: Vec<String>,
}Expand description
The FlashFill-style synthesis algorithm for string transformations.
Fields§
§operators: Vec<String>Atomic string operators available.
Implementations§
Trait Implementations§
Source§impl Clone for FlashFillSynth
impl Clone for FlashFillSynth
Source§fn clone(&self) -> FlashFillSynth
fn clone(&self) -> FlashFillSynth
Returns a duplicate of the value. Read more
1.0.0 · 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 FlashFillSynth
impl Debug for FlashFillSynth
Auto Trait Implementations§
impl Freeze for FlashFillSynth
impl RefUnwindSafe for FlashFillSynth
impl Send for FlashFillSynth
impl Sync for FlashFillSynth
impl Unpin for FlashFillSynth
impl UnsafeUnpin for FlashFillSynth
impl UnwindSafe for FlashFillSynth
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