Struct volo_http::context::ConnectionInfo
source · pub struct ConnectionInfo { /* private fields */ }Implementations§
Trait Implementations§
source§impl Debug for ConnectionInfo
impl Debug for ConnectionInfo
source§impl<S: Sync> FromContext<S> for ConnectionInfo
impl<S: Sync> FromContext<S> for ConnectionInfo
type Rejection = Infallible
async fn from_context( cx: &mut HttpContext, _state: &S ) -> Result<Self, Self::Rejection>
Auto Trait Implementations§
impl RefUnwindSafe for ConnectionInfo
impl Send for ConnectionInfo
impl Sync for ConnectionInfo
impl Unpin for ConnectionInfo
impl UnwindSafe for ConnectionInfo
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