pub struct SendDataBuilder { /* private fields */ }Implementations§
Source§impl SendDataBuilder
impl SendDataBuilder
pub fn new( size: usize, tracer_payload: TracerPayloadCollection, tracer_header_tags: TracerHeaderTags<'_>, target: &Endpoint, ) -> SendDataBuilder
pub fn with_api_key(self, api_key: &str) -> SendDataBuilder
pub fn with_retry_strategy( self, retry_strategy: RetryStrategy, ) -> SendDataBuilder
pub fn build(self) -> SendData
Auto Trait Implementations§
impl !Freeze for SendDataBuilder
impl RefUnwindSafe for SendDataBuilder
impl Send for SendDataBuilder
impl Sync for SendDataBuilder
impl Unpin for SendDataBuilder
impl UnsafeUnpin for SendDataBuilder
impl UnwindSafe for SendDataBuilder
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