pub struct GenericJsonResponse {
pub created_index: i64,
pub key: String,
pub value: Value,
pub modified_index: i64,
}
Fields§
§created_index: i64
§key: String
§value: Value
§modified_index: i64
Trait Implementations§
source§impl Clone for GenericJsonResponse
impl Clone for GenericJsonResponse
source§fn clone(&self) -> GenericJsonResponse
fn clone(&self) -> GenericJsonResponse
Returns a copy of the value. Read more
1.6.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 GenericJsonResponse
impl Debug for GenericJsonResponse
source§impl Default for GenericJsonResponse
impl Default for GenericJsonResponse
source§fn default() -> GenericJsonResponse
fn default() -> GenericJsonResponse
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GenericJsonResponse
impl<'de> Deserialize<'de> for GenericJsonResponse
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 GenericJsonResponse
impl PartialEq for GenericJsonResponse
source§impl Serialize for GenericJsonResponse
impl Serialize for GenericJsonResponse
impl StructuralPartialEq for GenericJsonResponse
Auto Trait Implementations§
impl Freeze for GenericJsonResponse
impl RefUnwindSafe for GenericJsonResponse
impl Send for GenericJsonResponse
impl Sync for GenericJsonResponse
impl Unpin for GenericJsonResponse
impl UnwindSafe for GenericJsonResponse
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)