#[non_exhaustive]pub struct BatchApplyUpdateActionOutput { /* private fields */ }Implementations
sourceimpl BatchApplyUpdateActionOutput
impl BatchApplyUpdateActionOutput
sourcepub fn processed_update_actions(&self) -> Option<&[ProcessedUpdateAction]>
pub fn processed_update_actions(&self) -> Option<&[ProcessedUpdateAction]>
Update actions that have been processed successfully
sourcepub fn unprocessed_update_actions(&self) -> Option<&[UnprocessedUpdateAction]>
pub fn unprocessed_update_actions(&self) -> Option<&[UnprocessedUpdateAction]>
Update actions that haven't been processed successfully
sourceimpl BatchApplyUpdateActionOutput
impl BatchApplyUpdateActionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BatchApplyUpdateActionOutput.
Trait Implementations
sourceimpl Clone for BatchApplyUpdateActionOutput
impl Clone for BatchApplyUpdateActionOutput
sourcefn clone(&self) -> BatchApplyUpdateActionOutput
fn clone(&self) -> BatchApplyUpdateActionOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for BatchApplyUpdateActionOutput
impl Debug for BatchApplyUpdateActionOutput
sourceimpl PartialEq<BatchApplyUpdateActionOutput> for BatchApplyUpdateActionOutput
impl PartialEq<BatchApplyUpdateActionOutput> for BatchApplyUpdateActionOutput
sourcefn eq(&self, other: &BatchApplyUpdateActionOutput) -> bool
fn eq(&self, other: &BatchApplyUpdateActionOutput) -> bool
impl StructuralPartialEq for BatchApplyUpdateActionOutput
Auto Trait Implementations
impl RefUnwindSafe for BatchApplyUpdateActionOutput
impl Send for BatchApplyUpdateActionOutput
impl Sync for BatchApplyUpdateActionOutput
impl Unpin for BatchApplyUpdateActionOutput
impl UnwindSafe for BatchApplyUpdateActionOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more