Struct ffsend_api::action::metadata::RawMetadataResponse[][src]

pub struct RawMetadataResponse { /* fields omitted */ }

The metadata response from the server, when fetching the data through the API. This response contains raw metadata, which is still encrypted.

Methods

impl RawMetadataResponse
[src]

Get and decrypt the metadata, based on the raw data in this response.

The decrypted data is verified using an included tag. If verification failed, an error is returned.

Get the file size in bytes.

Trait Implementations

impl Debug for RawMetadataResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations