pub struct DotDotEq {
pub spans: [Span; 3],
}Expand description
..=
Usage: inclusive range, range patterns.
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 DotDotEq
impl RefUnwindSafe for DotDotEq
impl !Send for DotDotEq
impl !Sync for DotDotEq
impl Unpin for DotDotEq
impl UnwindSafe for DotDotEq
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