Struct gotham::helpers::http::PercentDecoded
source · pub struct PercentDecoded { /* private fields */ }
Expand description
Represents data that has been successfully percent decoded and is valid UTF-8
Trait Implementations§
source§impl AsRef<str> for PercentDecoded
impl AsRef<str> for PercentDecoded
source§impl Clone for PercentDecoded
impl Clone for PercentDecoded
source§fn clone(&self) -> PercentDecoded
fn clone(&self) -> PercentDecoded
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 PercentDecoded
impl Debug for PercentDecoded
source§impl PartialEq<PercentDecoded> for PercentDecoded
impl PartialEq<PercentDecoded> for PercentDecoded
source§fn eq(&self, other: &PercentDecoded) -> bool
fn eq(&self, other: &PercentDecoded) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.