Struct ffsend_api::action::delete::Delete[][src]

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

An action to delete a remote file.

Methods

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

Construct a new delete action for the given file.

Invoke the delete action.

Auto Trait Implementations

impl<'a> Send for Delete<'a>

impl<'a> Sync for Delete<'a>