pub struct DeleteDurableObject<'a> {
pub account_id: &'a str,
pub namespace_id: &'a str,
}Expand description
Delete a Durable Object namespace
Fields§
§account_id: &'a straccount ID where the Durable Object is present
namespace_id: &'a strnamespace ID of the Durable Object
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DeleteDurableObject<'a>
impl<'a> RefUnwindSafe for DeleteDurableObject<'a>
impl<'a> Send for DeleteDurableObject<'a>
impl<'a> Sync for DeleteDurableObject<'a>
impl<'a> Unpin for DeleteDurableObject<'a>
impl<'a> UnwindSafe for DeleteDurableObject<'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