pub struct KeyVecGetResponse {
pub values: Vec<(i32, Vec<u8>)>,
}Expand description
Response of KeyVecGetQuery
Fields§
§values: Vec<(i32, Vec<u8>)>Trait Implementations§
Source§impl Debug for KeyVecGetResponse
impl Debug for KeyVecGetResponse
Source§impl<'de> Deserialize<'de> for KeyVecGetResponse
impl<'de> Deserialize<'de> for KeyVecGetResponse
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 KeyVecGetResponse
impl PartialEq for KeyVecGetResponse
Source§impl Serialize for KeyVecGetResponse
impl Serialize for KeyVecGetResponse
impl StructuralPartialEq for KeyVecGetResponse
Auto Trait Implementations§
impl Freeze for KeyVecGetResponse
impl RefUnwindSafe for KeyVecGetResponse
impl Send for KeyVecGetResponse
impl Sync for KeyVecGetResponse
impl Unpin for KeyVecGetResponse
impl UnwindSafe for KeyVecGetResponse
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