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]

[src]

Construct the header from the given encrypted metadata.

Trait Implementations

impl Clone for XFileMetadata
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Header for XFileMetadata
[src]

Make this struct usable as reqwest header.

[src]

Returns the name of the header field this belongs to. Read more

[src]

Parse a header from a raw stream of bytes. Read more

[src]

Format a header to outgoing stream. Read more

Auto Trait Implementations

impl Send for XFileMetadata

impl Sync for XFileMetadata