Struct cdp::cache_storage::Header
[−]
[src]
pub struct Header<'a> {
pub name: Cow<'a, str>,
pub value: Cow<'a, str>,
}[Experimental]
Fields
name: Cow<'a, str>
value: Cow<'a, str>
Trait Implementations
impl<'a> Clone for Header<'a>[src]
fn clone(&self) -> Header<'a>[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more