pub struct ReverseFormulaTranslator { /* private fields */ }Expand description
Translates Excel formulas to YAML syntax
Implementations§
Auto Trait Implementations§
impl Freeze for ReverseFormulaTranslator
impl RefUnwindSafe for ReverseFormulaTranslator
impl Send for ReverseFormulaTranslator
impl Sync for ReverseFormulaTranslator
impl Unpin for ReverseFormulaTranslator
impl UnsafeUnpin for ReverseFormulaTranslator
impl UnwindSafe for ReverseFormulaTranslator
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