Struct ironcalc_base::formatter::parser::DatePart
source · pub struct DatePart {
pub color: Option<i32>,
pub tokens: Vec<TextToken>,
}Fields§
§color: Option<i32>§tokens: Vec<TextToken>Auto Trait Implementations§
impl RefUnwindSafe for DatePart
impl Send for DatePart
impl Sync for DatePart
impl Unpin for DatePart
impl UnwindSafe for DatePart
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