pub struct KeyVecInsertResponse {
pub success: bool,
}Expand description
Response to a set query, add, or delete
Fields§
§success: boolTrait Implementations§
Source§impl Debug for KeyVecInsertResponse
impl Debug for KeyVecInsertResponse
Source§impl<'de> Deserialize<'de> for KeyVecInsertResponse
impl<'de> Deserialize<'de> for KeyVecInsertResponse
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 PartialEq for KeyVecInsertResponse
impl PartialEq for KeyVecInsertResponse
Source§impl Serialize for KeyVecInsertResponse
impl Serialize for KeyVecInsertResponse
impl StructuralPartialEq for KeyVecInsertResponse
Auto Trait Implementations§
impl Freeze for KeyVecInsertResponse
impl RefUnwindSafe for KeyVecInsertResponse
impl Send for KeyVecInsertResponse
impl Sync for KeyVecInsertResponse
impl Unpin for KeyVecInsertResponse
impl UnwindSafe for KeyVecInsertResponse
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