pub struct EnableReportingApiParamsBuilder { /* private fields */ }Implementations§
source§impl EnableReportingApiParamsBuilder
impl EnableReportingApiParamsBuilder
pub fn enable(self, enable: impl Into<bool>) -> EnableReportingApiParamsBuilder
pub fn build(self) -> Result<EnableReportingApiParams, String>
Trait Implementations§
source§impl Clone for EnableReportingApiParamsBuilder
impl Clone for EnableReportingApiParamsBuilder
source§fn clone(&self) -> EnableReportingApiParamsBuilder
fn clone(&self) -> EnableReportingApiParamsBuilder
Returns a copy 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 EnableReportingApiParamsBuilder
impl Default for EnableReportingApiParamsBuilder
source§fn default() -> EnableReportingApiParamsBuilder
fn default() -> EnableReportingApiParamsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for EnableReportingApiParamsBuilder
impl Send for EnableReportingApiParamsBuilder
impl Sync for EnableReportingApiParamsBuilder
impl Unpin for EnableReportingApiParamsBuilder
impl UnwindSafe for EnableReportingApiParamsBuilder
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