pub struct SheetCacheEntry {
pub metrics: SheetMetrics,
pub style_tags: Vec<String>,
pub named_ranges: Vec<NamedRangeDescriptor>,
pub detected_regions: Vec<DetectedRegion>,
}Fields§
§metrics: SheetMetrics§named_ranges: Vec<NamedRangeDescriptor>§detected_regions: Vec<DetectedRegion>Auto Trait Implementations§
impl Freeze for SheetCacheEntry
impl RefUnwindSafe for SheetCacheEntry
impl Send for SheetCacheEntry
impl Sync for SheetCacheEntry
impl Unpin for SheetCacheEntry
impl UnwindSafe for SheetCacheEntry
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