pub struct OperationExtensionPlugin(_);Expand description
A Plugin which applies OperationExtensionLayer to every operation.
Trait Implementations§
source§impl Debug for OperationExtensionPlugin
impl Debug for OperationExtensionPlugin
source§impl<P, Op, S, L> Plugin<P, Op, S, L> for OperationExtensionPluginwhere
Op: OperationShape,
impl<P, Op, S, L> Plugin<P, Op, S, L> for OperationExtensionPluginwhere Op: OperationShape,
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