pub struct MetricsEventParamsBuilder { /* private fields */ }Expand description
Builder for MetricsEventParams.
Implementations§
Source§impl MetricsEventParamsBuilder
impl MetricsEventParamsBuilder
Sourcepub fn build(
&self,
) -> Result<MetricsEventParams, MetricsEventParamsBuilderError>
pub fn build( &self, ) -> Result<MetricsEventParams, MetricsEventParamsBuilderError>
Trait Implementations§
Source§impl Clone for MetricsEventParamsBuilder
impl Clone for MetricsEventParamsBuilder
Source§fn clone(&self) -> MetricsEventParamsBuilder
fn clone(&self) -> MetricsEventParamsBuilder
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 moreAuto Trait Implementations§
impl Freeze for MetricsEventParamsBuilder
impl RefUnwindSafe for MetricsEventParamsBuilder
impl Send for MetricsEventParamsBuilder
impl Sync for MetricsEventParamsBuilder
impl Unpin for MetricsEventParamsBuilder
impl UnsafeUnpin for MetricsEventParamsBuilder
impl UnwindSafe for MetricsEventParamsBuilder
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