pub struct SetOperationResponse {
pub new_count: i32,
}
Expand description
Response type for set add operations
Fields§
§new_count: i32
Trait Implementations§
Source§impl Clone for SetOperationResponse
impl Clone for SetOperationResponse
Source§fn clone(&self) -> SetOperationResponse
fn clone(&self) -> SetOperationResponse
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 SetOperationResponse
impl Debug for SetOperationResponse
Source§impl Default for SetOperationResponse
impl Default for SetOperationResponse
Source§fn default() -> SetOperationResponse
fn default() -> SetOperationResponse
Returns the “default value” for a type. Read more
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