#[non_exhaustive]pub struct DeleteFeatureOutputBuilder { /* private fields */ }Expand description
A builder for DeleteFeatureOutput.
Implementations§
source§impl DeleteFeatureOutputBuilder
impl DeleteFeatureOutputBuilder
sourcepub fn build(self) -> DeleteFeatureOutput
pub fn build(self) -> DeleteFeatureOutput
Consumes the builder and constructs a DeleteFeatureOutput.
Trait Implementations§
source§impl Clone for DeleteFeatureOutputBuilder
impl Clone for DeleteFeatureOutputBuilder
source§fn clone(&self) -> DeleteFeatureOutputBuilder
fn clone(&self) -> DeleteFeatureOutputBuilder
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 DeleteFeatureOutputBuilder
impl Debug for DeleteFeatureOutputBuilder
source§impl Default for DeleteFeatureOutputBuilder
impl Default for DeleteFeatureOutputBuilder
source§fn default() -> DeleteFeatureOutputBuilder
fn default() -> DeleteFeatureOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for DeleteFeatureOutputBuilder
impl PartialEq for DeleteFeatureOutputBuilder
source§fn eq(&self, other: &DeleteFeatureOutputBuilder) -> bool
fn eq(&self, other: &DeleteFeatureOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for DeleteFeatureOutputBuilder
Auto Trait Implementations§
impl Freeze for DeleteFeatureOutputBuilder
impl RefUnwindSafe for DeleteFeatureOutputBuilder
impl Send for DeleteFeatureOutputBuilder
impl Sync for DeleteFeatureOutputBuilder
impl Unpin for DeleteFeatureOutputBuilder
impl UnwindSafe for DeleteFeatureOutputBuilder
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.