Struct aws_sdk_connect::types::ActionSummary
source · #[non_exhaustive]pub struct ActionSummary { /* private fields */ }Expand description
Information about an action.
Implementations§
source§impl ActionSummary
impl ActionSummary
sourcepub fn action_type(&self) -> Option<&ActionType>
pub fn action_type(&self) -> Option<&ActionType>
The action type.
source§impl ActionSummary
impl ActionSummary
sourcepub fn builder() -> ActionSummaryBuilder
pub fn builder() -> ActionSummaryBuilder
Creates a new builder-style object to manufacture ActionSummary.
Trait Implementations§
source§impl Clone for ActionSummary
impl Clone for ActionSummary
source§fn clone(&self) -> ActionSummary
fn clone(&self) -> ActionSummary
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 ActionSummary
impl Debug for ActionSummary
source§impl PartialEq<ActionSummary> for ActionSummary
impl PartialEq<ActionSummary> for ActionSummary
source§fn eq(&self, other: &ActionSummary) -> bool
fn eq(&self, other: &ActionSummary) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ActionSummary
Auto Trait Implementations§
impl RefUnwindSafe for ActionSummary
impl Send for ActionSummary
impl Sync for ActionSummary
impl Unpin for ActionSummary
impl UnwindSafe for ActionSummary
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