pub enum NamePart {
Select(PrimaryName),
SelectAll(Span),
Signature(Signature),
Attribute(Ident),
Call(ParenElems),
Range(Box<Expr>),
}
Variants§
Select(PrimaryName)
SelectAll(Span)
Signature(Signature)
Attribute(Ident)
Call(ParenElems)
Range(Box<Expr>)
Trait Implementations§
impl Eq for NamePart
impl StructuralPartialEq for NamePart
Auto Trait Implementations§
impl Freeze for NamePart
impl RefUnwindSafe for NamePart
impl Send for NamePart
impl Sync for NamePart
impl Unpin for NamePart
impl UnwindSafe for NamePart
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