pub struct InlineResponse2005 {
pub data: Option<Vec<KvStoreDetails>>,
pub meta: Option<Box<PaginationCursorMeta>>,
}
Fields§
§data: Option<Vec<KvStoreDetails>>
§meta: Option<Box<PaginationCursorMeta>>
Implementations§
Source§impl InlineResponse2005
impl InlineResponse2005
pub fn new() -> InlineResponse2005
Trait Implementations§
Source§impl Clone for InlineResponse2005
impl Clone for InlineResponse2005
Source§fn clone(&self) -> InlineResponse2005
fn clone(&self) -> InlineResponse2005
Returns a duplicate of the value. Read more
1.0.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 InlineResponse2005
impl Debug for InlineResponse2005
Source§impl Default for InlineResponse2005
impl Default for InlineResponse2005
Source§fn default() -> InlineResponse2005
fn default() -> InlineResponse2005
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InlineResponse2005
impl<'de> Deserialize<'de> for InlineResponse2005
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 InlineResponse2005
impl PartialEq for InlineResponse2005
Source§impl Serialize for InlineResponse2005
impl Serialize for InlineResponse2005
impl StructuralPartialEq for InlineResponse2005
Auto Trait Implementations§
impl Freeze for InlineResponse2005
impl RefUnwindSafe for InlineResponse2005
impl Send for InlineResponse2005
impl Sync for InlineResponse2005
impl Unpin for InlineResponse2005
impl UnwindSafe for InlineResponse2005
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