pub struct PlusEq {
pub spans: [Span; 2],
}Expand description
+=
Usage: addition assignment.
Don’t try to remember the name of this type — use the
Token! macro instead.
Fields§
§spans: [Span; 2]Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlusEq
impl RefUnwindSafe for PlusEq
impl !Send for PlusEq
impl !Sync for PlusEq
impl Unpin for PlusEq
impl UnwindSafe for PlusEq
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