#[non_exhaustive]pub struct SelectAttributesActivity { /* private fields */ }Expand description
Used to create a new message using only the specified attributes from the original message.
Implementations§
source§impl SelectAttributesActivity
impl SelectAttributesActivity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SelectAttributesActivity.
Trait Implementations§
source§impl Clone for SelectAttributesActivity
impl Clone for SelectAttributesActivity
source§fn clone(&self) -> SelectAttributesActivity
fn clone(&self) -> SelectAttributesActivity
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 more