pub struct RemoveNamespace<'a> {
pub account_identifier: &'a str,
pub namespace_identifier: &'a str,
}Expand description
Remove a Namespace Deletes the namespace corresponding to the given ID. https://api.cloudflare.com/#workers-kv-namespace-remove-a-namespace
Fields§
§account_identifier: &'a str§namespace_identifier: &'a strTrait Implementations§
Source§impl<'a> Debug for RemoveNamespace<'a>
impl<'a> Debug for RemoveNamespace<'a>
Auto Trait Implementations§
impl<'a> Freeze for RemoveNamespace<'a>
impl<'a> RefUnwindSafe for RemoveNamespace<'a>
impl<'a> Send for RemoveNamespace<'a>
impl<'a> Sync for RemoveNamespace<'a>
impl<'a> Unpin for RemoveNamespace<'a>
impl<'a> UnwindSafe for RemoveNamespace<'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