Struct ffsend_api::file::metadata::XFileMetadata
[−]
[src]
pub struct XFileMetadata { /* fields omitted */ }A X-File-Metadata header for reqwest, that is used to pass encrypted metadata to the server.
The encrypted metadata (bytes) is base64 encoded when constructing this
header using from.
Methods
impl XFileMetadata[src]
Trait Implementations
impl Clone for XFileMetadata[src]
fn clone(&self) -> XFileMetadata[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
impl Header for XFileMetadata[src]
Make this struct usable as reqwest header.
fn header_name() -> &'static str[src]
Returns the name of the header field this belongs to. Read more
fn parse_header(_raw: &Raw) -> Result<Self, HyperError>[src]
Parse a header from a raw stream of bytes. Read more
fn fmt_header(&self, f: &mut HeaderFormatter) -> Result[src]
Format a header to outgoing stream. Read more