pub struct HTTP_VALUE;
Expand description
This encode set is used for HTTP header values and is defined at https://tools.ietf.org/html/rfc5987#section-3.2
Trait Implementations§
Source§impl Clone for HTTP_VALUE
impl Clone for HTTP_VALUE
Source§fn clone(&self) -> HTTP_VALUE
fn clone(&self) -> HTTP_VALUE
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 EncodeSet for HTTP_VALUE
impl EncodeSet for HTTP_VALUE
impl Copy for HTTP_VALUE
Auto Trait Implementations§
impl Freeze for HTTP_VALUE
impl RefUnwindSafe for HTTP_VALUE
impl Send for HTTP_VALUE
impl Sync for HTTP_VALUE
impl Unpin for HTTP_VALUE
impl UnwindSafe for HTTP_VALUE
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