Struct ffsend_api::action::delete::DeleteData
source · pub struct DeleteData {}
Expand description
The delete data object. This object is currently empty, as no additional data is sent to the server.
Implementations
sourceimpl DeleteData
impl DeleteData
Trait Implementations
sourceimpl Debug for DeleteData
impl Debug for DeleteData
sourceimpl Default for DeleteData
impl Default for DeleteData
sourcefn default() -> DeleteData
fn default() -> DeleteData
Returns the “default value” for a type. Read more
sourceimpl Serialize for DeleteData
impl Serialize for DeleteData
Auto Trait Implementations
impl RefUnwindSafe for DeleteData
impl Send for DeleteData
impl Sync for DeleteData
impl Unpin for DeleteData
impl UnwindSafe for DeleteData
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more