pub struct ActivityRole(/* private fields */);Expand description
A namespaced, open-world role for an activity input or output.
Implementations§
Source§impl ActivityRole
impl ActivityRole
Trait Implementations§
Source§impl Clone for ActivityRole
impl Clone for ActivityRole
Source§fn clone(&self) -> ActivityRole
fn clone(&self) -> ActivityRole
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 ActivityRole
impl Debug for ActivityRole
impl Eq for ActivityRole
Source§impl Hash for ActivityRole
impl Hash for ActivityRole
Source§impl Ord for ActivityRole
impl Ord for ActivityRole
Source§fn cmp(&self, other: &ActivityRole) -> Ordering
fn cmp(&self, other: &ActivityRole) -> 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 ActivityRole
impl PartialEq for ActivityRole
Source§fn eq(&self, other: &ActivityRole) -> bool
fn eq(&self, other: &ActivityRole) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for ActivityRole
impl PartialOrd for ActivityRole
impl StructuralPartialEq for ActivityRole
Auto Trait Implementations§
impl Freeze for ActivityRole
impl RefUnwindSafe for ActivityRole
impl Send for ActivityRole
impl Sync for ActivityRole
impl Unpin for ActivityRole
impl UnsafeUnpin for ActivityRole
impl UnwindSafe for ActivityRole
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