pub enum ParticipantKind {
Service,
Driver,
Simulator,
Tool,
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ParticipantKind
Source§impl Debug for ParticipantKind
impl Debug for ParticipantKind
Source§impl<'de> Deserialize<'de> for ParticipantKind
impl<'de> Deserialize<'de> for ParticipantKind
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for ParticipantKind
Source§impl PartialEq for ParticipantKind
impl PartialEq 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 UnsafeUnpin 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