Struct aws_sdk_swf::model::ActivityType
source · [−]#[non_exhaustive]pub struct ActivityType { /* private fields */ }
Expand description
Represents an activity type.
Implementations
sourceimpl ActivityType
impl ActivityType
sourceimpl ActivityType
impl ActivityType
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ActivityType
.
Trait Implementations
sourceimpl Clone for ActivityType
impl Clone for ActivityType
sourcefn clone(&self) -> ActivityType
fn clone(&self) -> ActivityType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ActivityType
impl Debug for ActivityType
sourceimpl PartialEq<ActivityType> for ActivityType
impl PartialEq<ActivityType> for ActivityType
sourcefn eq(&self, other: &ActivityType) -> bool
fn eq(&self, other: &ActivityType) -> bool
impl StructuralPartialEq for ActivityType
Auto Trait Implementations
impl RefUnwindSafe for ActivityType
impl Send for ActivityType
impl Sync for ActivityType
impl Unpin for ActivityType
impl UnwindSafe for ActivityType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more