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