pub struct Ellipsis {
pub pos: usize,
pub elt: Option<Expr>,
}
Fields§
§pos: usize
§elt: Option<Expr>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Ellipsis
impl !Send for Ellipsis
impl !Sync for Ellipsis
impl Unpin for Ellipsis
impl UnwindSafe for Ellipsis
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