pub struct WarmTierConfig {
pub enabled: bool,
}Expand description
Warm tier (Parquet) configuration.
Fields§
§enabled: boolWhether the warm tier is enabled.
Trait Implementations§
Source§impl Clone for WarmTierConfig
impl Clone for WarmTierConfig
Source§fn clone(&self) -> WarmTierConfig
fn clone(&self) -> WarmTierConfig
Returns a copy 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 WarmTierConfig
impl Debug for WarmTierConfig
Source§impl Default for WarmTierConfig
impl Default for WarmTierConfig
Source§fn default() -> WarmTierConfig
fn default() -> WarmTierConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WarmTierConfigwhere
WarmTierConfig: Default,
impl<'de> Deserialize<'de> for WarmTierConfigwhere
WarmTierConfig: Default,
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 WarmTierConfig
impl PartialEq for WarmTierConfig
Source§impl Serialize for WarmTierConfig
impl Serialize for WarmTierConfig
impl StructuralPartialEq for WarmTierConfig
Auto Trait Implementations§
impl Freeze for WarmTierConfig
impl RefUnwindSafe for WarmTierConfig
impl Send for WarmTierConfig
impl Sync for WarmTierConfig
impl Unpin for WarmTierConfig
impl UnwindSafe for WarmTierConfig
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