#[non_exhaustive]pub struct RemoveAttributesActivity { /* private fields */ }Expand description
An activity that removes attributes from a message.
Implementations§
source§impl RemoveAttributesActivity
impl RemoveAttributesActivity
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RemoveAttributesActivity.
Trait Implementations§
source§impl Clone for RemoveAttributesActivity
impl Clone for RemoveAttributesActivity
source§fn clone(&self) -> RemoveAttributesActivity
fn clone(&self) -> RemoveAttributesActivity
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