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