Struct symboscript_types::parser::LoopStatement
source · pub struct LoopStatement {
pub node: Node,
pub body: Vec<Statement>,
}Fields§
§node: Node§body: Vec<Statement>Trait Implementations§
source§impl Clone for LoopStatement
impl Clone for LoopStatement
source§fn clone(&self) -> LoopStatement
fn clone(&self) -> LoopStatement
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 LoopStatement
impl Debug for LoopStatement
source§impl<'de> Deserialize<'de> for LoopStatement
impl<'de> Deserialize<'de> for LoopStatement
source§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
source§impl Display for LoopStatement
impl Display for LoopStatement
Auto Trait Implementations§
impl RefUnwindSafe for LoopStatement
impl Send for LoopStatement
impl Sync for LoopStatement
impl Unpin for LoopStatement
impl UnwindSafe for LoopStatement
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