pub struct StorageSegmentConfig {
pub time_interval: TimeInterval,
pub size_limit: MemorySize,
}Fields§
§time_interval: TimeInterval§size_limit: MemorySizeTrait Implementations§
Source§impl Clone for StorageSegmentConfig
impl Clone for StorageSegmentConfig
Source§fn clone(&self) -> StorageSegmentConfig
fn clone(&self) -> StorageSegmentConfig
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 StorageSegmentConfig
impl Debug for StorageSegmentConfig
Source§impl PartialEq for StorageSegmentConfig
impl PartialEq for StorageSegmentConfig
impl Eq for StorageSegmentConfig
impl StructuralPartialEq for StorageSegmentConfig
Auto Trait Implementations§
impl Freeze for StorageSegmentConfig
impl RefUnwindSafe for StorageSegmentConfig
impl Send for StorageSegmentConfig
impl Sync for StorageSegmentConfig
impl Unpin for StorageSegmentConfig
impl UnwindSafe for StorageSegmentConfig
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