Struct nyar_wasm::JumpCondition
source · pub struct JumpCondition {
pub condition: Vec<Operation>,
pub action: Vec<Operation>,
}Fields§
§condition: Vec<Operation>§action: Vec<Operation>Implementations§
Trait Implementations§
source§impl Clone for JumpCondition
impl Clone for JumpCondition
source§fn clone(&self) -> JumpCondition
fn clone(&self) -> JumpCondition
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 RefUnwindSafe for JumpCondition
impl Send for JumpCondition
impl Sync for JumpCondition
impl Unpin for JumpCondition
impl UnwindSafe for JumpCondition
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