pub struct GlobalVariableOperatorWriteNode<'pr> { /* private fields */ }Expand description
Represents assigning to a global variable using an operator that isn’t =.
$target += value
^^^^^^^^^^^^^^^^Implementations§
Source§impl<'pr> GlobalVariableOperatorWriteNode<'pr>
 
impl<'pr> GlobalVariableOperatorWriteNode<'pr>
Sourcepub fn name(&self) -> ConstantId<'pr>
 
pub fn name(&self) -> ConstantId<'pr>
Returns the name param
Sourcepub fn binary_operator_loc(&self) -> Location<'pr>
 
pub fn binary_operator_loc(&self) -> Location<'pr>
Returns the binary_operator_loc param
Sourcepub fn binary_operator(&self) -> ConstantId<'pr>
 
pub fn binary_operator(&self) -> ConstantId<'pr>
Returns the binary_operator param
Trait Implementations§
Auto Trait Implementations§
impl<'pr> Freeze for GlobalVariableOperatorWriteNode<'pr>
impl<'pr> RefUnwindSafe for GlobalVariableOperatorWriteNode<'pr>
impl<'pr> !Send for GlobalVariableOperatorWriteNode<'pr>
impl<'pr> !Sync for GlobalVariableOperatorWriteNode<'pr>
impl<'pr> Unpin for GlobalVariableOperatorWriteNode<'pr>
impl<'pr> !UnwindSafe for GlobalVariableOperatorWriteNode<'pr>
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