pub struct ActivityKind(/* private fields */);Expand description
A namespaced, open-world production activity kind.
Implementations§
Source§impl ActivityKind
impl ActivityKind
Trait Implementations§
Source§impl Clone for ActivityKind
impl Clone for ActivityKind
Source§fn clone(&self) -> ActivityKind
fn clone(&self) -> ActivityKind
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ActivityKind
impl Debug for ActivityKind
impl Eq for ActivityKind
Source§impl Hash for ActivityKind
impl Hash for ActivityKind
Source§impl Ord for ActivityKind
impl Ord for ActivityKind
Source§fn cmp(&self, other: &ActivityKind) -> Ordering
fn cmp(&self, other: &ActivityKind) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ActivityKind
impl PartialEq for ActivityKind
Source§fn eq(&self, other: &ActivityKind) -> bool
fn eq(&self, other: &ActivityKind) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ActivityKind
impl PartialOrd for ActivityKind
impl StructuralPartialEq for ActivityKind
Auto Trait Implementations§
impl Freeze for ActivityKind
impl RefUnwindSafe for ActivityKind
impl Send for ActivityKind
impl Sync for ActivityKind
impl Unpin for ActivityKind
impl UnsafeUnpin for ActivityKind
impl UnwindSafe for ActivityKind
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