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