pub struct ListNamespaceKeys<'a> {
pub account_identifier: &'a str,
pub namespace_identifier: &'a str,
pub params: ListNamespaceKeysParams,
}Expand description
List a Namespace’s Keys https://api.cloudflare.com/#workers-kv-namespace-list-a-namespace-s-keys
Fields§
§account_identifier: &'a str§namespace_identifier: &'a str§params: ListNamespaceKeysParamsTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListNamespaceKeys<'a>
impl<'a> RefUnwindSafe for ListNamespaceKeys<'a>
impl<'a> Send for ListNamespaceKeys<'a>
impl<'a> Sync for ListNamespaceKeys<'a>
impl<'a> Unpin for ListNamespaceKeys<'a>
impl<'a> UnwindSafe for ListNamespaceKeys<'a>
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