#[non_exhaustive]pub struct UpdateLaunchOutput { /* private fields */ }
Implementations§
source§impl UpdateLaunchOutput
impl UpdateLaunchOutput
sourcepub fn builder() -> UpdateLaunchOutputBuilder
pub fn builder() -> UpdateLaunchOutputBuilder
Creates a new builder-style object to manufacture UpdateLaunchOutput
.
Trait Implementations§
source§impl Clone for UpdateLaunchOutput
impl Clone for UpdateLaunchOutput
source§fn clone(&self) -> UpdateLaunchOutput
fn clone(&self) -> UpdateLaunchOutput
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 UpdateLaunchOutput
impl Debug for UpdateLaunchOutput
source§impl PartialEq<UpdateLaunchOutput> for UpdateLaunchOutput
impl PartialEq<UpdateLaunchOutput> for UpdateLaunchOutput
source§fn eq(&self, other: &UpdateLaunchOutput) -> bool
fn eq(&self, other: &UpdateLaunchOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl RequestId for UpdateLaunchOutput
impl RequestId for UpdateLaunchOutput
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 UpdateLaunchOutput
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLaunchOutput
impl Send for UpdateLaunchOutput
impl Sync for UpdateLaunchOutput
impl Unpin for UpdateLaunchOutput
impl UnwindSafe for UpdateLaunchOutput
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