pub enum Modifier<'src> {
KeyId(Symbol<'src>),
Ident(Ident<'src>),
}
Variants§
Trait Implementations§
impl<'src> StructuralPartialEq for Modifier<'src>
Auto Trait Implementations§
impl<'src> Freeze for Modifier<'src>
impl<'src> RefUnwindSafe for Modifier<'src>
impl<'src> Send for Modifier<'src>
impl<'src> Sync for Modifier<'src>
impl<'src> Unpin for Modifier<'src>
impl<'src> UnwindSafe for Modifier<'src>
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