pub struct PivotCaches {
pub caches: Vec<PivotCacheEntry>,
}Expand description
Container for pivot cache references in the workbook.
Fields§
§caches: Vec<PivotCacheEntry>Trait Implementations§
Source§impl Clone for PivotCaches
impl Clone for PivotCaches
Source§fn clone(&self) -> PivotCaches
fn clone(&self) -> PivotCaches
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PivotCaches
impl Debug for PivotCaches
Source§impl<'de> Deserialize<'de> for PivotCaches
impl<'de> Deserialize<'de> for PivotCaches
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PivotCaches
impl PartialEq for PivotCaches
Source§impl Serialize for PivotCaches
impl Serialize for PivotCaches
impl StructuralPartialEq for PivotCaches
Auto Trait Implementations§
impl Freeze for PivotCaches
impl RefUnwindSafe for PivotCaches
impl Send for PivotCaches
impl Sync for PivotCaches
impl Unpin for PivotCaches
impl UnwindSafe for PivotCaches
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