pub struct DisplayClosedOverArg(pub Ident, pub ScopeSymShadow);
Tuple Fields§
§0: Ident
§1: ScopeSymShadow
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DisplayClosedOverArg
impl RefUnwindSafe for DisplayClosedOverArg
impl Send for DisplayClosedOverArg
impl Sync for DisplayClosedOverArg
impl Unpin for DisplayClosedOverArg
impl UnwindSafe for DisplayClosedOverArg
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