pub struct NoopContextTransformer;Expand description
A no-op transformer that returns the context unchanged.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NoopContextTransformer
impl RefUnwindSafe for NoopContextTransformer
impl Send for NoopContextTransformer
impl Sync for NoopContextTransformer
impl Unpin for NoopContextTransformer
impl UnsafeUnpin for NoopContextTransformer
impl UnwindSafe for NoopContextTransformer
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