pub struct ShrEq {
pub spans: [Span; 3],
}Expand description
>>=
Usage: shift right assignment, nested generics.
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 ShrEq
impl RefUnwindSafe for ShrEq
impl !Send for ShrEq
impl !Sync for ShrEq
impl Unpin for ShrEq
impl UnwindSafe for ShrEq
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