Struct ironcalc_base::formatter::parser::ErrorPart
source · pub struct ErrorPart {}Auto Trait Implementations§
impl RefUnwindSafe for ErrorPart
impl Send for ErrorPart
impl Sync for ErrorPart
impl Unpin for ErrorPart
impl UnwindSafe for ErrorPart
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