#[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 moresource§impl Debug for RemoveAttributesActivity
impl Debug for RemoveAttributesActivity
source§impl PartialEq<RemoveAttributesActivity> for RemoveAttributesActivity
impl PartialEq<RemoveAttributesActivity> for RemoveAttributesActivity
source§fn eq(&self, other: &RemoveAttributesActivity) -> bool
fn eq(&self, other: &RemoveAttributesActivity) -> bool
This method tests for
self and other values to be equal, and is used
by ==.