pub struct OperatorNode {
pub loc: Loc,
pub value: String,
}Fields§
§loc: LocLocation information in the source file
value: StringThe value of the OperatorNode
Trait Implementations§
Source§impl Debug for OperatorNode
impl Debug for OperatorNode
Source§impl Default for OperatorNode
impl Default for OperatorNode
Source§fn default() -> OperatorNode
fn default() -> OperatorNode
Returns the “default value” for a type. Read more
Source§impl PartialEq for OperatorNode
impl PartialEq for OperatorNode
Source§impl Serialize for OperatorNode
impl Serialize for OperatorNode
impl StructuralPartialEq for OperatorNode
Auto Trait Implementations§
impl Freeze for OperatorNode
impl RefUnwindSafe for OperatorNode
impl Send for OperatorNode
impl Sync for OperatorNode
impl Unpin for OperatorNode
impl UnwindSafe for OperatorNode
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