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