Skip to main content
ResponsePartsExtensions
cargo
1.96.0-beta.2
(74ab15caf 2026-04-14)
Response
Parts
Extensions
Required Methods
client_ip
Implementations on Foreign Types
Parts
Response<Vec<u8>>
Implementors
In cargo::
util::
network::
http_
async
cargo
::
util
::
network
::
http_async
Trait
Response
Parts
Extensions
Copy item path
Source
pub trait ResponsePartsExtensions { // Required method fn
client_ip
(&self) ->
Option
<&
str
>; }
Required Methods
§
Source
fn
client_ip
(&self) ->
Option
<&
str
>
Implementations on Foreign Types
§
Source
§
impl
ResponsePartsExtensions
for Parts
Source
§
fn
client_ip
(&self) ->
Option
<&
str
>
Source
§
impl
ResponsePartsExtensions
for Response<
Vec
<
u8
>>
Source
§
fn
client_ip
(&self) ->
Option
<&
str
>
Implementors
§