pub enum DataModifierPart {
Ident(UnquotedName),
Literal(Literal),
}Variants§
Ident(UnquotedName)
Literal(Literal)
Trait Implementations§
Source§impl Parse for DataModifierPart
impl Parse for DataModifierPart
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl !Send for DataModifierPart
impl !Sync for DataModifierPart
impl Freeze for DataModifierPart
impl RefUnwindSafe for DataModifierPart
impl Unpin for DataModifierPart
impl UnsafeUnpin for DataModifierPart
impl UnwindSafe for DataModifierPart
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