pub struct ListTails<'a> {
pub account_identifier: &'a str,
pub script_name: &'a str,
}Expand description
List Tails Lists all active Tail sessions for a given Worker https://api.cloudflare.com/#worker-tails-list-tails
Fields§
§account_identifier: &'a str§script_name: &'a strTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ListTails<'a>
impl<'a> RefUnwindSafe for ListTails<'a>
impl<'a> Send for ListTails<'a>
impl<'a> Sync for ListTails<'a>
impl<'a> Unpin for ListTails<'a>
impl<'a> UnwindSafe for ListTails<'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