pub struct CreateTailParams {
pub url: Option<String>,
}Fields§
§url: Option<String>URL to which to send events
Trait Implementations§
Source§impl Clone for CreateTailParams
impl Clone for CreateTailParams
Source§fn clone(&self) -> CreateTailParams
fn clone(&self) -> CreateTailParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CreateTailParams
impl Debug for CreateTailParams
Source§impl Default for CreateTailParams
impl Default for CreateTailParams
Source§fn default() -> CreateTailParams
fn default() -> CreateTailParams
Returns the “default value” for a type. Read more
Source§impl<'a> Endpoint<WorkersTail, (), CreateTailParams> for CreateTail<'a>
impl<'a> Endpoint<WorkersTail, (), CreateTailParams> for CreateTail<'a>
Auto Trait Implementations§
impl Freeze for CreateTailParams
impl RefUnwindSafe for CreateTailParams
impl Send for CreateTailParams
impl Sync for CreateTailParams
impl Unpin for CreateTailParams
impl UnwindSafe for CreateTailParams
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