Struct msr_core::storage::StorageSegmentConfig
source · [−]pub struct StorageSegmentConfig {
pub time_interval: TimeInterval,
pub size_limit: MemorySize,
}
Fields
time_interval: TimeInterval
size_limit: MemorySize
Trait Implementations
sourceimpl Clone for StorageSegmentConfig
impl Clone for StorageSegmentConfig
sourcefn clone(&self) -> StorageSegmentConfig
fn clone(&self) -> StorageSegmentConfig
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 StorageSegmentConfig
impl Debug for StorageSegmentConfig
sourceimpl PartialEq<StorageSegmentConfig> for StorageSegmentConfig
impl PartialEq<StorageSegmentConfig> for StorageSegmentConfig
sourcefn eq(&self, other: &StorageSegmentConfig) -> bool
fn eq(&self, other: &StorageSegmentConfig) -> bool
impl Eq for StorageSegmentConfig
impl StructuralEq for StorageSegmentConfig
impl StructuralPartialEq for StorageSegmentConfig
Auto Trait Implementations
impl RefUnwindSafe for StorageSegmentConfig
impl Send for StorageSegmentConfig
impl Sync for StorageSegmentConfig
impl Unpin for StorageSegmentConfig
impl UnwindSafe for StorageSegmentConfig
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