Struct headers::ContentLocation
source · pub struct ContentLocation(/* private fields */);
Expand description
Content-Location
header, defined in
RFC7231
The header can be used by both the client in requests and the server
in responses with different semantics. Client sets Content-Location
to refer to the URI where original representation of the body was
obtained.
In responses Content-Location
represents URI for the representation
that was content negotiated, created or for the response payload.
§ABNF
Content-Location = absolute-URI / partial-URI
§Example values
/hypertext/Overview.html
http://www.example.org/hypertext/Overview.html
§Examples
Trait Implementations§
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 Header for ContentLocation
impl Header for ContentLocation
source§impl PartialEq for ContentLocation
impl PartialEq 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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)