pub struct AddPyContextLayer { /* private fields */ }
Expand description
Implementations§
Trait Implementations§
source§impl<S> Layer<S> for AddPyContextLayer
impl<S> Layer<S> for AddPyContextLayer
Auto Trait Implementations§
impl !RefUnwindSafe for AddPyContextLayer
impl Send for AddPyContextLayer
impl Sync for AddPyContextLayer
impl Unpin for AddPyContextLayer
impl UnwindSafe for AddPyContextLayer
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