Struct aws_sdk_emr::output::ListBootstrapActionsOutput
source · [−]#[non_exhaustive]pub struct ListBootstrapActionsOutput { /* private fields */ }Expand description
This output contains the bootstrap actions detail.
Implementations
sourceimpl ListBootstrapActionsOutput
impl ListBootstrapActionsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListBootstrapActionsOutput.
Trait Implementations
sourceimpl Clone for ListBootstrapActionsOutput
impl Clone for ListBootstrapActionsOutput
sourcefn clone(&self) -> ListBootstrapActionsOutput
fn clone(&self) -> ListBootstrapActionsOutput
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 ListBootstrapActionsOutput
impl Debug for ListBootstrapActionsOutput
sourceimpl PartialEq<ListBootstrapActionsOutput> for ListBootstrapActionsOutput
impl PartialEq<ListBootstrapActionsOutput> for ListBootstrapActionsOutput
sourcefn eq(&self, other: &ListBootstrapActionsOutput) -> bool
fn eq(&self, other: &ListBootstrapActionsOutput) -> bool
impl StructuralPartialEq for ListBootstrapActionsOutput
Auto Trait Implementations
impl RefUnwindSafe for ListBootstrapActionsOutput
impl Send for ListBootstrapActionsOutput
impl Sync for ListBootstrapActionsOutput
impl Unpin for ListBootstrapActionsOutput
impl UnwindSafe for ListBootstrapActionsOutput
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