pub enum ResolInd {
Exprs(ParenElems),
Name(CompoundName),
}
Variants§
Exprs(ParenElems)
Name(CompoundName)
Trait Implementations§
impl Eq for ResolInd
impl StructuralPartialEq for ResolInd
Auto Trait Implementations§
impl Freeze for ResolInd
impl RefUnwindSafe for ResolInd
impl Send for ResolInd
impl Sync for ResolInd
impl Unpin for ResolInd
impl UnwindSafe for ResolInd
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