pub struct DeleteRecordResponse {
pub deleted: bool,
pub version: u64,
}Fields§
§deleted: bool§version: u64Trait Implementations§
Source§impl Debug for DeleteRecordResponse
impl Debug for DeleteRecordResponse
Source§impl<'de> Deserialize<'de> for DeleteRecordResponse
impl<'de> Deserialize<'de> for DeleteRecordResponse
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 DeleteRecordResponse
impl RefUnwindSafe for DeleteRecordResponse
impl Send for DeleteRecordResponse
impl Sync for DeleteRecordResponse
impl Unpin for DeleteRecordResponse
impl UnsafeUnpin for DeleteRecordResponse
impl UnwindSafe for DeleteRecordResponse
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