Struct boreal_parser::IdentifierOperation
source · pub struct IdentifierOperation {
pub op: IdentifierOperationType,
pub span: Range<usize>,
}Expand description
Operation applied on an identifier.
Fields§
§op: IdentifierOperationTypeType of the operation
span: Range<usize>Span covering the operation
Trait Implementations§
source§impl Clone for IdentifierOperation
impl Clone for IdentifierOperation
source§fn clone(&self) -> IdentifierOperation
fn clone(&self) -> IdentifierOperation
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 IdentifierOperation
impl Debug for IdentifierOperation
source§impl PartialEq<IdentifierOperation> for IdentifierOperation
impl PartialEq<IdentifierOperation> for IdentifierOperation
source§fn eq(&self, other: &IdentifierOperation) -> bool
fn eq(&self, other: &IdentifierOperation) -> bool
This method tests for
self and other values to be equal, and is used
by ==.