pub enum ParticipantKind {
Participant,
Actor,
}Expand description
Kind of participant
Variants§
Trait Implementations§
Source§impl Clone for ParticipantKind
impl Clone for ParticipantKind
Source§fn clone(&self) -> ParticipantKind
fn clone(&self) -> ParticipantKind
Returns a duplicate 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 ParticipantKind
impl Debug for ParticipantKind
Source§impl PartialEq for ParticipantKind
impl PartialEq for ParticipantKind
impl Copy for ParticipantKind
impl Eq for ParticipantKind
impl StructuralPartialEq for ParticipantKind
Auto Trait Implementations§
impl Freeze for ParticipantKind
impl RefUnwindSafe for ParticipantKind
impl Send for ParticipantKind
impl Sync for ParticipantKind
impl Unpin for ParticipantKind
impl UnwindSafe for ParticipantKind
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