#[non_exhaustive]pub struct UpdateWirelessGatewayOutput { /* private fields */ }
Implementations§
source§impl UpdateWirelessGatewayOutput
impl UpdateWirelessGatewayOutput
sourcepub fn builder() -> UpdateWirelessGatewayOutputBuilder
pub fn builder() -> UpdateWirelessGatewayOutputBuilder
Creates a new builder-style object to manufacture UpdateWirelessGatewayOutput
.
Trait Implementations§
source§impl Clone for UpdateWirelessGatewayOutput
impl Clone for UpdateWirelessGatewayOutput
source§fn clone(&self) -> UpdateWirelessGatewayOutput
fn clone(&self) -> UpdateWirelessGatewayOutput
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 UpdateWirelessGatewayOutput
impl Debug for UpdateWirelessGatewayOutput
source§impl PartialEq for UpdateWirelessGatewayOutput
impl PartialEq for UpdateWirelessGatewayOutput
source§fn eq(&self, other: &UpdateWirelessGatewayOutput) -> bool
fn eq(&self, other: &UpdateWirelessGatewayOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateWirelessGatewayOutput
impl RequestId for UpdateWirelessGatewayOutput
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
Returns the request ID, or
None
if the service could not be reached.impl StructuralPartialEq for UpdateWirelessGatewayOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateWirelessGatewayOutput
impl Send for UpdateWirelessGatewayOutput
impl Sync for UpdateWirelessGatewayOutput
impl Unpin for UpdateWirelessGatewayOutput
impl UnwindSafe for UpdateWirelessGatewayOutput
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