pub struct ListNamespaces<'a> {
pub account_identifier: &'a str,
pub params: ListNamespacesParams,
}Expand description
List Namespaces Returns the namespaces owned by an account https://api.cloudflare.com/#workers-kv-namespace-list-namespaces
Fields§
§account_identifier: &'a str§params: ListNamespacesParamsTrait Implementations§
Source§impl<'a> Debug for ListNamespaces<'a>
impl<'a> Debug for ListNamespaces<'a>
Source§impl<'a> Endpoint<Vec<WorkersKvNamespace>, ListNamespacesParams> for ListNamespaces<'a>
impl<'a> Endpoint<Vec<WorkersKvNamespace>, ListNamespacesParams> for ListNamespaces<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListNamespaces<'a>
impl<'a> RefUnwindSafe for ListNamespaces<'a>
impl<'a> Send for ListNamespaces<'a>
impl<'a> Sync for ListNamespaces<'a>
impl<'a> Unpin for ListNamespaces<'a>
impl<'a> UnwindSafe for ListNamespaces<'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