Struct msr_core::storage::StorageConfig
source · [−]pub struct StorageConfig {
pub retention_time: TimeInterval,
pub segmentation: StorageSegmentConfig,
}
Fields
retention_time: TimeInterval
segmentation: StorageSegmentConfig
Trait Implementations
sourceimpl Clone for StorageConfig
impl Clone for StorageConfig
sourcefn clone(&self) -> StorageConfig
fn clone(&self) -> StorageConfig
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for StorageConfig
impl Debug for StorageConfig
sourceimpl PartialEq<StorageConfig> for StorageConfig
impl PartialEq<StorageConfig> for StorageConfig
sourcefn eq(&self, other: &StorageConfig) -> bool
fn eq(&self, other: &StorageConfig) -> bool
impl Eq for StorageConfig
impl StructuralEq for StorageConfig
impl StructuralPartialEq for StorageConfig
Auto Trait Implementations
impl RefUnwindSafe for StorageConfig
impl Send for StorageConfig
impl Sync for StorageConfig
impl Unpin for StorageConfig
impl UnwindSafe for StorageConfig
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more