#[non_exhaustive]pub struct ErrorReportLocationBuilder { /* private fields */ }
Expand description
A builder for ErrorReportLocation
.
Implementations§
source§impl ErrorReportLocationBuilder
impl ErrorReportLocationBuilder
sourcepub fn s3_report_location(self, input: S3ReportLocation) -> Self
pub fn s3_report_location(self, input: S3ReportLocation) -> Self
The S3 location where error reports are written.
sourcepub fn set_s3_report_location(self, input: Option<S3ReportLocation>) -> Self
pub fn set_s3_report_location(self, input: Option<S3ReportLocation>) -> Self
The S3 location where error reports are written.
sourcepub fn get_s3_report_location(&self) -> &Option<S3ReportLocation>
pub fn get_s3_report_location(&self) -> &Option<S3ReportLocation>
The S3 location where error reports are written.
sourcepub fn build(self) -> ErrorReportLocation
pub fn build(self) -> ErrorReportLocation
Consumes the builder and constructs a ErrorReportLocation
.
Trait Implementations§
source§impl Clone for ErrorReportLocationBuilder
impl Clone for ErrorReportLocationBuilder
source§fn clone(&self) -> ErrorReportLocationBuilder
fn clone(&self) -> ErrorReportLocationBuilder
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 Debug for ErrorReportLocationBuilder
impl Debug for ErrorReportLocationBuilder
source§impl Default for ErrorReportLocationBuilder
impl Default for ErrorReportLocationBuilder
source§fn default() -> ErrorReportLocationBuilder
fn default() -> ErrorReportLocationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for ErrorReportLocationBuilder
impl PartialEq for ErrorReportLocationBuilder
source§fn eq(&self, other: &ErrorReportLocationBuilder) -> bool
fn eq(&self, other: &ErrorReportLocationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ErrorReportLocationBuilder
Auto Trait Implementations§
impl RefUnwindSafe for ErrorReportLocationBuilder
impl Send for ErrorReportLocationBuilder
impl Sync for ErrorReportLocationBuilder
impl Unpin for ErrorReportLocationBuilder
impl UnwindSafe for ErrorReportLocationBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.