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

pub struct MetadataResponse { /* fields omitted */ }

The decoded and decrypted metadata response, holding all the properties. This response object is returned from this action.

Methods

impl<'a> MetadataResponse
[src]

Construct a new response with the given metadata and nonce.

Get the metadata.

Get the file size in bytes.

Important traits for Vec<u8>

Get the nonce.

Auto Trait Implementations