pub struct InnerContext { /* private fields */ }Expand description
Internal context structure.
Stores core data during request processing, including stream, request, response, and data.
Implementations§
Trait Implementations§
Source§impl Clone for InnerContext
impl Clone for InnerContext
Source§fn clone(&self) -> InnerContext
fn clone(&self) -> InnerContext
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InnerContext
impl !RefUnwindSafe for InnerContext
impl Send for InnerContext
impl Sync for InnerContext
impl Unpin for InnerContext
impl !UnwindSafe for InnerContext
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