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