pub struct UpstreamContext { /* private fields */ }
Expand description
Context data of the handler
Trait Implementations§
Source§impl Clone for UpstreamContext
impl Clone for UpstreamContext
Source§fn clone(&self) -> UpstreamContext
fn clone(&self) -> UpstreamContext
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 moreAuto Trait Implementations§
impl Freeze for UpstreamContext
impl RefUnwindSafe for UpstreamContext
impl Send for UpstreamContext
impl Sync for UpstreamContext
impl Unpin for UpstreamContext
impl UnwindSafe for UpstreamContext
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