pub struct OperationExtensionLayer(_);Expand description
A [Layer] applying the OperationExtensionService to an inner [Service].
Trait Implementations§
source§impl Clone for OperationExtensionLayer
impl Clone for OperationExtensionLayer
source§fn clone(&self) -> OperationExtensionLayer
fn clone(&self) -> OperationExtensionLayer
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OperationExtensionLayer
impl Debug for OperationExtensionLayer
source§impl<S> Layer<S> for OperationExtensionLayer
impl<S> Layer<S> for OperationExtensionLayer
Auto Trait Implementations§
impl RefUnwindSafe for OperationExtensionLayer
impl Send for OperationExtensionLayer
impl Sync for OperationExtensionLayer
impl Unpin for OperationExtensionLayer
impl UnwindSafe for OperationExtensionLayer
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