pub struct StartBuilder { /* private fields */ }Implementations§
Source§impl StartBuilder
impl StartBuilder
pub fn buffer_usage_reporting_interval( self, buffer_usage_reporting_interval: impl Into<f64>, ) -> Self
pub fn transfer_mode(self, transfer_mode: impl Into<StartTransferMode>) -> Self
pub fn stream_format(self, stream_format: impl Into<StreamFormat>) -> Self
pub fn stream_compression( self, stream_compression: impl Into<StreamCompression>, ) -> Self
pub fn trace_config(self, trace_config: impl Into<TraceConfig>) -> Self
pub fn perfetto_config(self, perfetto_config: impl Into<Binary>) -> Self
pub fn tracing_backend(self, tracing_backend: impl Into<TracingBackend>) -> Self
pub fn build(self) -> Start
Trait Implementations§
Source§impl Clone for StartBuilder
impl Clone for StartBuilder
Source§fn clone(&self) -> StartBuilder
fn clone(&self) -> StartBuilder
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 Default for StartBuilder
impl Default for StartBuilder
Source§fn default() -> StartBuilder
fn default() -> StartBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for StartBuilder
impl RefUnwindSafe for StartBuilder
impl Send for StartBuilder
impl Sync for StartBuilder
impl Unpin for StartBuilder
impl UnsafeUnpin for StartBuilder
impl UnwindSafe for StartBuilder
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