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