pub struct PoolStoreConfig {
pub catalog_map_size_bytes: u64,
pub member_failure_cooldown: Duration,
pub temperature: PoolTemperatureConfig,
}Fields§
§catalog_map_size_bytes: u64§member_failure_cooldown: Duration§temperature: PoolTemperatureConfigTrait Implementations§
Source§impl Clone for PoolStoreConfig
impl Clone for PoolStoreConfig
Source§fn clone(&self) -> PoolStoreConfig
fn clone(&self) -> PoolStoreConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PoolStoreConfig
impl Debug for PoolStoreConfig
Auto Trait Implementations§
impl Freeze for PoolStoreConfig
impl RefUnwindSafe for PoolStoreConfig
impl Send for PoolStoreConfig
impl Sync for PoolStoreConfig
impl Unpin for PoolStoreConfig
impl UnsafeUnpin for PoolStoreConfig
impl UnwindSafe for PoolStoreConfig
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