pub struct DocumentDeleteResponse {
pub code: Option<i64>,
pub message: Option<String>,
pub timestamp: Option<u64>,
}Expand description
Delete response envelope without data
Fields§
§code: Option<i64>§message: Option<String>§timestamp: Option<u64>Trait Implementations§
Source§impl Clone for DocumentDeleteResponse
impl Clone for DocumentDeleteResponse
Source§fn clone(&self) -> DocumentDeleteResponse
fn clone(&self) -> DocumentDeleteResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentDeleteResponse
impl Debug for DocumentDeleteResponse
Source§impl<'de> Deserialize<'de> for DocumentDeleteResponse
impl<'de> Deserialize<'de> for DocumentDeleteResponse
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
Source§impl Serialize for DocumentDeleteResponse
impl Serialize for DocumentDeleteResponse
Source§impl Validate for DocumentDeleteResponse
impl Validate for DocumentDeleteResponse
Source§impl<'v_a> ValidateArgs<'v_a> for DocumentDeleteResponse
impl<'v_a> ValidateArgs<'v_a> for DocumentDeleteResponse
Auto Trait Implementations§
impl Freeze for DocumentDeleteResponse
impl RefUnwindSafe for DocumentDeleteResponse
impl Send for DocumentDeleteResponse
impl Sync for DocumentDeleteResponse
impl Unpin for DocumentDeleteResponse
impl UnwindSafe for DocumentDeleteResponse
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