#[non_exhaustive]pub struct ListBootstrapActionsOutput { /* private fields */ }Expand description
This output contains the bootstrap actions detail.
Implementations§
source§impl ListBootstrapActionsOutput
impl ListBootstrapActionsOutput
sourcepub fn builder() -> ListBootstrapActionsOutputBuilder
pub fn builder() -> ListBootstrapActionsOutputBuilder
Creates a new builder-style object to manufacture ListBootstrapActionsOutput.
Trait Implementations§
source§impl Clone for ListBootstrapActionsOutput
impl Clone for ListBootstrapActionsOutput
source§fn clone(&self) -> ListBootstrapActionsOutput
fn clone(&self) -> ListBootstrapActionsOutput
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 ListBootstrapActionsOutput
impl Debug for ListBootstrapActionsOutput
source§impl PartialEq<ListBootstrapActionsOutput> for ListBootstrapActionsOutput
impl PartialEq<ListBootstrapActionsOutput> for ListBootstrapActionsOutput
source§fn eq(&self, other: &ListBootstrapActionsOutput) -> bool
fn eq(&self, other: &ListBootstrapActionsOutput) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl RequestId for ListBootstrapActionsOutput
impl RequestId for ListBootstrapActionsOutput
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.