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

pub struct DeleteData {}

The delete data object. This object is currently empty, as no additional data is sent to the server.

Methods

impl DeleteData
[src]

Constructor.

Trait Implementations

impl Debug for DeleteData
[src]

Formats the value using the given formatter. Read more

impl Default for DeleteData
[src]

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

Auto Trait Implementations

impl Send for DeleteData

impl Sync for DeleteData