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