pub struct PragmaExpressionAssignment {
pub nodes: (PragmaKeyword, Symbol, PragmaValue),
}Fields
nodes: (PragmaKeyword, Symbol, PragmaValue)Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
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 PragmaExpressionAssignment
impl Send for PragmaExpressionAssignment
impl Sync for PragmaExpressionAssignment
impl Unpin for PragmaExpressionAssignment
impl UnwindSafe for PragmaExpressionAssignment
Blanket Implementations
Mutably borrows from an owned value. Read more