pub struct OperationExtensionPlugin;
Expand description
A Plugin
which applies OperationExtensionService
to every operation.
Trait Implementations§
source§impl Debug for OperationExtensionPlugin
impl Debug for OperationExtensionPlugin
source§impl<Ser, Op, T> Plugin<Ser, Op, T> for OperationExtensionPluginwhere
Op: OperationShape,
impl<Ser, Op, T> Plugin<Ser, Op, T> for OperationExtensionPluginwhere Op: OperationShape,
impl HttpMarker for OperationExtensionPlugin
Auto Trait Implementations§
impl RefUnwindSafe for OperationExtensionPlugin
impl Send for OperationExtensionPlugin
impl Sync for OperationExtensionPlugin
impl Unpin for OperationExtensionPlugin
impl UnwindSafe for OperationExtensionPlugin
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