pub struct SimulationPacket {
pub type: String,
pub elf: String,
pub esp_bin: Vec<Vec<Value>>,
}
Fields§
§type: String
§elf: String
§esp_bin: Vec<Vec<Value>>
Trait Implementations§
Source§impl Debug for SimulationPacket
impl Debug for SimulationPacket
Auto Trait Implementations§
impl Freeze for SimulationPacket
impl RefUnwindSafe for SimulationPacket
impl Send for SimulationPacket
impl Sync for SimulationPacket
impl Unpin for SimulationPacket
impl UnwindSafe for SimulationPacket
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