pub struct PivotCacheDefinition { /* private fields */ }Implementations§
Source§impl PivotCacheDefinition
impl PivotCacheDefinition
pub fn get_id(&self) -> &str
pub fn set_id<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_refreshed_by(&self) -> &str
pub fn set_refreshed_by<S: Into<String>>(&mut self, value: S) -> &mut Self
pub fn get_refreshed_date(&self) -> &f64
pub fn set_refreshed_date(&mut self, value: f64) -> &mut Self
pub fn get_created_version(&self) -> &u8
pub fn set_created_version(&mut self, value: u8) -> &mut Self
pub fn get_refreshed_version(&self) -> &u8
pub fn set_refreshed_version(&mut self, value: u8) -> &mut Self
pub fn get_min_refreshable_version(&self) -> &u8
pub fn set_min_refreshable_version(&mut self, value: u8) -> &mut Self
pub fn get_record_count(&self) -> &u32
pub fn set_record_count(&mut self, value: u32) -> &mut Self
pub fn get_cache_source(&self) -> &CacheSource
pub fn get_cache_source_mut(&mut self) -> &mut CacheSource
pub fn set_cache_source(&mut self, value: CacheSource) -> &mut Self
pub fn get_cache_fields(&self) -> &CacheFields
pub fn get_cache_fields_mut(&mut self) -> &mut CacheFields
pub fn set_cache_fields(&mut self, value: CacheFields) -> &mut Self
Trait Implementations§
Source§impl Clone for PivotCacheDefinition
impl Clone for PivotCacheDefinition
Source§fn clone(&self) -> PivotCacheDefinition
fn clone(&self) -> PivotCacheDefinition
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 PivotCacheDefinition
impl Debug for PivotCacheDefinition
Source§impl Default for PivotCacheDefinition
impl Default for PivotCacheDefinition
Source§fn default() -> PivotCacheDefinition
fn default() -> PivotCacheDefinition
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for PivotCacheDefinition
impl RefUnwindSafe for PivotCacheDefinition
impl Send for PivotCacheDefinition
impl Sync for PivotCacheDefinition
impl Unpin for PivotCacheDefinition
impl UnwindSafe for PivotCacheDefinition
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