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 ==
.impl Eq for PercentDecoded
impl StructuralEq for PercentDecoded
impl StructuralPartialEq for PercentDecoded
Auto Trait Implementations§
impl RefUnwindSafe for PercentDecoded
impl Send for PercentDecoded
impl Sync for PercentDecoded
impl Unpin for PercentDecoded
impl UnwindSafe for PercentDecoded
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