pub struct KeyVecGetQuery {
pub key: String,
}Expand description
Query KeyVec to get return Vec from Sorted Vec
Fields§
§key: StringTrait Implementations§
Source§impl Debug for KeyVecGetQuery
impl Debug for KeyVecGetQuery
Source§impl<'de> Deserialize<'de> for KeyVecGetQuery
impl<'de> Deserialize<'de> for KeyVecGetQuery
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 KeyVecGetQuery
impl PartialEq for KeyVecGetQuery
Source§impl Serialize for KeyVecGetQuery
impl Serialize for KeyVecGetQuery
impl StructuralPartialEq for KeyVecGetQuery
Auto Trait Implementations§
impl Freeze for KeyVecGetQuery
impl RefUnwindSafe for KeyVecGetQuery
impl Send for KeyVecGetQuery
impl Sync for KeyVecGetQuery
impl Unpin for KeyVecGetQuery
impl UnwindSafe for KeyVecGetQuery
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