pub struct NormalizationHandler;Trait Implementations§
Source§impl OpHandler for NormalizationHandler
impl OpHandler for NormalizationHandler
Auto Trait Implementations§
impl Freeze for NormalizationHandler
impl RefUnwindSafe for NormalizationHandler
impl Send for NormalizationHandler
impl Sync for NormalizationHandler
impl Unpin for NormalizationHandler
impl UnsafeUnpin for NormalizationHandler
impl UnwindSafe for NormalizationHandler
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