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

pub struct Exists<'a> { /* fields omitted */ }

An action to check whether a remote file exists. This aciton returns an ExistsResponse, that defines whether the file exists, and whether it is protected by a password.

Methods

impl<'a> Exists<'a>
[src]

[src]

Construct a new exists action.

[src]

Invoke the exists action.

Trait Implementations

Auto Trait Implementations

impl<'a> Send for Exists<'a>

impl<'a> Sync for Exists<'a>