pub struct EventLoggerConstants;
Implementations§
Source§impl EventLoggerConstants
impl EventLoggerConstants
pub fn tick_interval_ms() -> u64
pub fn min_flush_interval_ms() -> u64
pub fn max_flush_interval_ms() -> u64
pub fn max_log_event_retries() -> u8
Auto Trait Implementations§
impl Freeze for EventLoggerConstants
impl RefUnwindSafe for EventLoggerConstants
impl Send for EventLoggerConstants
impl Sync for EventLoggerConstants
impl Unpin for EventLoggerConstants
impl UnwindSafe for EventLoggerConstants
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