Struct moras::types::middleware_types::SimulatorData
source · pub struct SimulatorData {
pub filepath: String,
pub success: bool,
pub paused: bool,
pub has_current_text: bool,
pub current_text: u64,
pub registers: Vec<Register>,
pub data: Vec<u32>,
pub message: String,
}
Fields§
§filepath: String
§success: bool
§paused: bool
§has_current_text: bool
§current_text: u64
§registers: Vec<Register>
§data: Vec<u32>
§message: String
Trait Implementations§
source§impl Clone for SimulatorData
impl Clone for SimulatorData
source§fn clone(&self) -> SimulatorData
fn clone(&self) -> SimulatorData
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for SimulatorData
impl RefUnwindSafe for SimulatorData
impl Send for SimulatorData
impl Sync for SimulatorData
impl Unpin for SimulatorData
impl UnwindSafe for SimulatorData
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
Wrap the input message
T
in a tonic::Request