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