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