Struct ffsend_api::action::exists::ExistsResponse[][src]

pub struct ExistsResponse { /* fields omitted */ }

The exists response.

Methods

impl ExistsResponse
[src]

Construct a new response.

Whether the remote file exists on the server.

Set whether the remote file exists.

Whether the remote file is protected by a password.

Trait Implementations

impl Debug for ExistsResponse
[src]

Formats the value using the given formatter. Read more

impl Default for ExistsResponse
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations