pub struct DeleteTail<'a> {
pub account_identifier: &'a str,
pub script_name: &'a str,
pub tail_id: &'a str,
}Expand description
Delete Tail https://api.cloudflare.com/#worker-delete-tail
Fields§
§account_identifier: &'a strAccount id of owner of the script
script_name: &'a strThe name of the script to remove the Tail session from
tail_id: &'a strThe unique identifier of the Tail session
Trait Implementations§
Source§impl<'a> Debug for DeleteTail<'a>
impl<'a> Debug for DeleteTail<'a>
Auto Trait Implementations§
impl<'a> Freeze for DeleteTail<'a>
impl<'a> RefUnwindSafe for DeleteTail<'a>
impl<'a> Send for DeleteTail<'a>
impl<'a> Sync for DeleteTail<'a>
impl<'a> Unpin for DeleteTail<'a>
impl<'a> UnwindSafe for DeleteTail<'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