Struct debris_llir::llir_nodes::ExecuteRaw
source · pub struct ExecuteRaw(pub Vec<ExecuteRawComponent>);
Expand description
Executes a literal string
Any String that modifies a variable that belongs to debris or modifies the program state in any other way causes undefined behavior!
Tuple Fields§
§0: Vec<ExecuteRawComponent>
Trait Implementations§
source§impl Clone for ExecuteRaw
impl Clone for ExecuteRaw
source§fn clone(&self) -> ExecuteRaw
fn clone(&self) -> ExecuteRaw
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 moresource§impl Debug for ExecuteRaw
impl Debug for ExecuteRaw
source§impl PartialEq for ExecuteRaw
impl PartialEq for ExecuteRaw
source§fn eq(&self, other: &ExecuteRaw) -> bool
fn eq(&self, other: &ExecuteRaw) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ExecuteRaw
impl StructuralEq for ExecuteRaw
impl StructuralPartialEq for ExecuteRaw
Auto Trait Implementations§
impl RefUnwindSafe for ExecuteRaw
impl !Send for ExecuteRaw
impl !Sync for ExecuteRaw
impl Unpin for ExecuteRaw
impl UnwindSafe for ExecuteRaw
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.