Enum rust_rpg_toolkit::prelude::ActorControllerKind [−][src]
pub enum ActorControllerKind {
LocalPlayer {
player_id: String,
},
RemotePlayer {
player_id: String,
},
Computer,
None,
}
Variants
Fields of LocalPlayer
player_id: String
Fields of RemotePlayer
player_id: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ActorControllerKind
impl Send for ActorControllerKind
impl Sync for ActorControllerKind
impl Unpin for ActorControllerKind
impl UnwindSafe for ActorControllerKind
Blanket Implementations
Mutably borrows from an owned value. Read more