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