pub struct TimestampNormalizer {}Implementations§
Trait Implementations§
Source§impl Analyzer for TimestampNormalizer
impl Analyzer for TimestampNormalizer
Source§impl Debug for TimestampNormalizer
impl Debug for TimestampNormalizer
Auto Trait Implementations§
impl Freeze for TimestampNormalizer
impl RefUnwindSafe for TimestampNormalizer
impl Send for TimestampNormalizer
impl Sync for TimestampNormalizer
impl Unpin for TimestampNormalizer
impl UnsafeUnpin for TimestampNormalizer
impl UnwindSafe for TimestampNormalizer
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