pub enum ActorType {
Planet,
Explorer,
Orchestrator,
User,
Broadcast,
SelfActor,
}Expand description
Sender or receiver classification for a log event.
Variants§
Planet
Planet entity
Explorer
Explorer entity
Orchestrator
Orchestrator entity
User
User command
Broadcast
System-wide
SelfActor
Self-directed (same sender and receiver)
Trait Implementations§
impl Eq for ActorType
impl StructuralPartialEq for ActorType
Auto Trait Implementations§
impl Freeze for ActorType
impl RefUnwindSafe for ActorType
impl Send for ActorType
impl Sync for ActorType
impl Unpin for ActorType
impl UnwindSafe for ActorType
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