Struct ffsend_api::action::info::InfoData[][src]

pub struct InfoData {}

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

Methods

impl InfoData
[src]

Constructor.

Trait Implementations

impl Debug for InfoData
[src]

Formats the value using the given formatter. Read more

impl Default for InfoData
[src]

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

Auto Trait Implementations

impl Send for InfoData

impl Sync for InfoData