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