pub(super) enum ProjReplace {
None,
Unnamed {
span: Span,
},
Named {
span: Span,
ident: Ident,
},
}
Expand description
project_replace [= <ident>]
argument.
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for ProjReplace
impl RefUnwindSafe for ProjReplace
impl !Send for ProjReplace
impl !Sync for ProjReplace
impl Unpin for ProjReplace
impl UnwindSafe for ProjReplace
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