pub struct ContentLocation(/* private fields */);
Expand description
Content-Location
header,
defined in RFC2110
Trait Implementations§
Source§impl AsRef<str> for ContentLocation
impl AsRef<str> for ContentLocation
Source§impl Clone for ContentLocation
impl Clone for ContentLocation
Source§fn clone(&self) -> ContentLocation
fn clone(&self) -> ContentLocation
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 ContentLocation
impl Debug for ContentLocation
Source§impl From<String> for ContentLocation
impl From<String> for ContentLocation
Source§impl Header for ContentLocation
impl Header for ContentLocation
Source§impl PartialEq for ContentLocation
impl PartialEq for ContentLocation
impl Eq for ContentLocation
impl StructuralPartialEq for ContentLocation
Auto Trait Implementations§
impl Freeze for ContentLocation
impl RefUnwindSafe for ContentLocation
impl Send for ContentLocation
impl Sync for ContentLocation
impl Unpin for ContentLocation
impl UnwindSafe for ContentLocation
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