pub struct SerializableObject {
pub codec_version: i32,
pub username: String,
pub userid: String,
pub x_pos: f32,
pub y_pos: f32,
pub hub_module_amount: i32,
pub cargo_module_amount: i32,
pub thruster_module_amount: i32,
}
Fields§
§codec_version: i32
§username: String
§userid: String
§x_pos: f32
§y_pos: f32
§hub_module_amount: i32
§cargo_module_amount: i32
§thruster_module_amount: i32
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SerializableObject
impl RefUnwindSafe for SerializableObject
impl Send for SerializableObject
impl Sync for SerializableObject
impl Unpin for SerializableObject
impl UnwindSafe for SerializableObject
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