pub struct SetQueryResponse {
pub values: Vec<Vec<u8>>,
}Expand description
Response to an operation that requests members of a list (query, intersect, union)
Fields§
§values: Vec<Vec<u8>>Trait Implementations§
Source§impl Debug for SetQueryResponse
impl Debug for SetQueryResponse
Source§impl<'de> Deserialize<'de> for SetQueryResponse
impl<'de> Deserialize<'de> for SetQueryResponse
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 SetQueryResponse
impl PartialEq for SetQueryResponse
Source§impl Serialize for SetQueryResponse
impl Serialize for SetQueryResponse
impl StructuralPartialEq for SetQueryResponse
Auto Trait Implementations§
impl Freeze for SetQueryResponse
impl RefUnwindSafe for SetQueryResponse
impl Send for SetQueryResponse
impl Sync for SetQueryResponse
impl Unpin for SetQueryResponse
impl UnwindSafe for SetQueryResponse
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