pub struct ListNamespaceKeysParams {
pub limit: Option<u16>,
pub cursor: Option<String>,
pub prefix: Option<String>,
}Fields§
§limit: Option<u16>§cursor: Option<String>§prefix: Option<String>Trait Implementations§
Source§impl Clone for ListNamespaceKeysParams
impl Clone for ListNamespaceKeysParams
Source§fn clone(&self) -> ListNamespaceKeysParams
fn clone(&self) -> ListNamespaceKeysParams
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 ListNamespaceKeysParams
impl Debug for ListNamespaceKeysParams
Source§impl Default for ListNamespaceKeysParams
impl Default for ListNamespaceKeysParams
Source§fn default() -> ListNamespaceKeysParams
fn default() -> ListNamespaceKeysParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ListNamespaceKeysParams
impl RefUnwindSafe for ListNamespaceKeysParams
impl Send for ListNamespaceKeysParams
impl Sync for ListNamespaceKeysParams
impl Unpin for ListNamespaceKeysParams
impl UnwindSafe for ListNamespaceKeysParams
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