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