pub struct DisplayClosedOverArg(pub Ident, pub ScopeSymShadow);
Tuple Fields
0: Ident
1: ScopeSymShadow
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DisplayClosedOverArg
impl Send for DisplayClosedOverArg
impl Sync for DisplayClosedOverArg
impl Unpin for DisplayClosedOverArg
impl UnwindSafe for DisplayClosedOverArg
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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