pub struct ListDataExplorerKeysParams {
pub namespace: String,
pub prefix: Option<String>,
pub cursor: Option<String>,
pub limit: Option<i64>,
pub search: Option<String>,
}Expand description
Query and header parameters for listDataExplorerKeys.
Fields§
§namespace: String§prefix: Option<String>§cursor: Option<String>§limit: Option<i64>§search: Option<String>Trait Implementations§
Source§impl Clone for ListDataExplorerKeysParams
impl Clone for ListDataExplorerKeysParams
Source§fn clone(&self) -> ListDataExplorerKeysParams
fn clone(&self) -> ListDataExplorerKeysParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ListDataExplorerKeysParams
impl Debug for ListDataExplorerKeysParams
Source§impl Default for ListDataExplorerKeysParams
impl Default for ListDataExplorerKeysParams
Source§fn default() -> ListDataExplorerKeysParams
fn default() -> ListDataExplorerKeysParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListDataExplorerKeysParams
impl<'de> Deserialize<'de> for ListDataExplorerKeysParams
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
impl StructuralPartialEq for ListDataExplorerKeysParams
Auto Trait Implementations§
impl Freeze for ListDataExplorerKeysParams
impl RefUnwindSafe for ListDataExplorerKeysParams
impl Send for ListDataExplorerKeysParams
impl Sync for ListDataExplorerKeysParams
impl Unpin for ListDataExplorerKeysParams
impl UnsafeUnpin for ListDataExplorerKeysParams
impl UnwindSafe for ListDataExplorerKeysParams
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