pub struct BatchPlayer {
pub id: String,
pub platform_id: i32,
}Expand description
A batch player.
Fields§
§id: String§platform_id: i32Trait Implementations§
Source§impl Debug for BatchPlayer
impl Debug for BatchPlayer
Auto Trait Implementations§
impl Freeze for BatchPlayer
impl RefUnwindSafe for BatchPlayer
impl Send for BatchPlayer
impl Sync for BatchPlayer
impl Unpin for BatchPlayer
impl UnwindSafe for BatchPlayer
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