Struct air_interpreter_interface::RunParameters [−][src]
Expand description
Parameters that a host side should pass to an interpreter and that necessary for execution.
Fields
init_peer_id: String
Peer id of a peer that start this particle.
current_peer_id: String
Peer id of a current peer.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RunParameters
impl Send for RunParameters
impl Sync for RunParameters
impl Unpin for RunParameters
impl UnwindSafe for RunParameters
Blanket Implementations
Mutably borrows from an owned value. Read more