pub struct GetListsData {
pub keys: Vec<String>,
}Expand description
Inner data for get_lists responses.
Fields§
§keys: Vec<String>List keys on the current page.
Trait Implementations§
Source§impl Clone for GetListsData
impl Clone for GetListsData
Source§fn clone(&self) -> GetListsData
fn clone(&self) -> GetListsData
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 GetListsData
impl Debug for GetListsData
Source§impl<'de> Deserialize<'de> for GetListsData
impl<'de> Deserialize<'de> for GetListsData
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
Auto Trait Implementations§
impl Freeze for GetListsData
impl RefUnwindSafe for GetListsData
impl Send for GetListsData
impl Sync for GetListsData
impl Unpin for GetListsData
impl UnsafeUnpin for GetListsData
impl UnwindSafe for GetListsData
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