Expand description
The dots in a tuple or slice pattern: [0, 1, ..]
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
dot2_token: Dot2
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PatRest
impl !Send for PatRest
impl !Sync for PatRest
impl Unpin for PatRest
impl UnwindSafe for PatRest
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more