pub struct DocDelete {}
Expand description
The result of a doc deletion.
JSON schema
{
"description": "The result of a doc deletion.",
"type": "object",
"additionalProperties": false,
"x-schema-name": "DocDelete"
}
Trait Implementations§
Source§impl<'de> Deserialize<'de> for DocDelete
impl<'de> Deserialize<'de> for DocDelete
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DocDelete
impl RefUnwindSafe for DocDelete
impl Send for DocDelete
impl Sync for DocDelete
impl Unpin for DocDelete
impl UnwindSafe for DocDelete
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