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 duplicate 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 for PercentDecoded
impl PartialEq for PercentDecoded
impl Eq for PercentDecoded
impl StructuralPartialEq for PercentDecoded
Auto Trait Implementations§
impl Freeze for PercentDecoded
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