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]
impl DeleteDataTrait Implementations
impl Debug for DeleteData[src]
impl Debug for DeleteDatafn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for DeleteData[src]
impl Default for DeleteDatafn default() -> DeleteData[src]
fn default() -> DeleteDataReturns the "default value" for a type. Read more
Auto Trait Implementations
impl Send for DeleteData
impl Send for DeleteDataimpl Sync for DeleteData
impl Sync for DeleteData