pub struct PercentDecoded { /* private fields */ }
Expand description
Represents data that has been successfully percent decoded and is valid UTF-8
Trait Implementations
sourceimpl AsRef<str> for PercentDecoded
impl AsRef<str> for PercentDecoded
sourceimpl Clone for PercentDecoded
impl Clone for PercentDecoded
sourcefn clone(&self) -> PercentDecoded
fn clone(&self) -> PercentDecoded
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PercentDecoded
impl Debug for PercentDecoded
sourceimpl PartialEq<PercentDecoded> for PercentDecoded
impl PartialEq<PercentDecoded> for PercentDecoded
sourcefn eq(&self, other: &PercentDecoded) -> bool
fn eq(&self, other: &PercentDecoded) -> bool
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more