pub struct MonitorSpamGuard {
pub suppress_identical: bool,
pub min_emit_interval: Duration,
pub min_emit_interval_same_text: Duration,
pub normalize_whitespace: bool,
pub stable_polls_required: usize,
}Fields§
§suppress_identical: bool§min_emit_interval: Duration§min_emit_interval_same_text: Duration§normalize_whitespace: bool§stable_polls_required: usizeTrait Implementations§
Source§impl Clone for MonitorSpamGuard
impl Clone for MonitorSpamGuard
Source§fn clone(&self) -> MonitorSpamGuard
fn clone(&self) -> MonitorSpamGuard
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 MonitorSpamGuard
impl Debug for MonitorSpamGuard
Source§impl Default for MonitorSpamGuard
impl Default for MonitorSpamGuard
Source§impl PartialEq for MonitorSpamGuard
impl PartialEq for MonitorSpamGuard
impl Eq for MonitorSpamGuard
impl StructuralPartialEq for MonitorSpamGuard
Auto Trait Implementations§
impl Freeze for MonitorSpamGuard
impl RefUnwindSafe for MonitorSpamGuard
impl Send for MonitorSpamGuard
impl Sync for MonitorSpamGuard
impl Unpin for MonitorSpamGuard
impl UnsafeUnpin for MonitorSpamGuard
impl UnwindSafe for MonitorSpamGuard
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