Enum ironcalc_base::formatter::parser::ParsePart
source · pub enum ParsePart {
Number(NumberPart),
Date(DatePart),
Error(ErrorPart),
General(GeneralPart),
}Variants§
Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ParsePart
impl Send for ParsePart
impl Sync for ParsePart
impl Unpin for ParsePart
impl UnwindSafe for ParsePart
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