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