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]

Construct a new exists action.

Invoke the exists action.

Auto Trait Implementations

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

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