Struct relay_cabi::RelayStoreNormalizer
source · pub struct RelayStoreNormalizer;
Expand description
The processor that normalizes events for store.
Auto Trait Implementations§
impl Freeze for RelayStoreNormalizer
impl RefUnwindSafe for RelayStoreNormalizer
impl Send for RelayStoreNormalizer
impl Sync for RelayStoreNormalizer
impl Unpin for RelayStoreNormalizer
impl UnwindSafe for RelayStoreNormalizer
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