Struct rust_rpg_toolkit::player::LocalPlayer [−][src]
pub struct LocalPlayer {
pub id: String,
}
Fields
id: String
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LocalPlayer
impl Send for LocalPlayer
impl Sync for LocalPlayer
impl Unpin for LocalPlayer
impl UnwindSafe for LocalPlayer
Blanket Implementations
Mutably borrows from an owned value. Read more