pub struct ForwardedHeaders {
pub x_proto: bool,
pub x_host: bool,
pub x_port: bool,
pub x_for: Option<String>,
pub forwarded: Option<String>,
}
Fields§
§x_proto: bool
§x_host: bool
§x_port: bool
§x_for: Option<String>
§forwarded: Option<String>
Trait Implementations§
source§impl Clone for ForwardedHeaders
impl Clone for ForwardedHeaders
source§fn clone(&self) -> ForwardedHeaders
fn clone(&self) -> ForwardedHeaders
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 moresource§impl Debug for ForwardedHeaders
impl Debug for ForwardedHeaders
source§impl Default for ForwardedHeaders
impl Default for ForwardedHeaders
source§fn default() -> ForwardedHeaders
fn default() -> ForwardedHeaders
Returns the “default value” for a type. Read more