pub struct ListRangeResponse {
pub values: Vec<Vec<u8>>,
}Expand description
List of values returned from a range request
Fields§
§values: Vec<Vec<u8>>Trait Implementations§
Source§impl Debug for ListRangeResponse
impl Debug for ListRangeResponse
Source§impl<'de> Deserialize<'de> for ListRangeResponse
impl<'de> Deserialize<'de> for ListRangeResponse
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 ListRangeResponse
impl PartialEq for ListRangeResponse
Source§impl Serialize for ListRangeResponse
impl Serialize for ListRangeResponse
impl StructuralPartialEq for ListRangeResponse
Auto Trait Implementations§
impl Freeze for ListRangeResponse
impl RefUnwindSafe for ListRangeResponse
impl Send for ListRangeResponse
impl Sync for ListRangeResponse
impl Unpin for ListRangeResponse
impl UnwindSafe for ListRangeResponse
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