pub struct BoxLayer { /* private fields */ }
Expand description
A boxed Layer
that can be used as a plugin layer in gateway.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BoxLayer
impl !RefUnwindSafe for BoxLayer
impl Send for BoxLayer
impl Sync for BoxLayer
impl Unpin for BoxLayer
impl !UnwindSafe for BoxLayer
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