pub struct GcConfig {
pub grace_period: Duration,
pub stale_report_threshold: Duration,
pub min_nodes_reporting: usize,
}Expand description
Configuration for the GC coordinator.
Fields§
§grace_period: Duration§stale_report_threshold: Duration§min_nodes_reporting: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for GcConfig
impl RefUnwindSafe for GcConfig
impl Send for GcConfig
impl Sync for GcConfig
impl Unpin for GcConfig
impl UnsafeUnpin for GcConfig
impl UnwindSafe for GcConfig
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