Struct ironcalc_base::formatter::parser::Digit
source · pub struct Digit {
pub kind: char,
pub index: i32,
pub number: char,
}Fields§
§kind: char§index: i32§number: charAuto Trait Implementations§
impl RefUnwindSafe for Digit
impl Send for Digit
impl Sync for Digit
impl Unpin for Digit
impl UnwindSafe for Digit
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