pub enum KeyDef<'src> {
TypeDef(TypeDef<'src>),
SymbolDef(SymbolDef<'src>),
VirtualModsDef(VirtualModsDef<'src>),
ActionsDef(ActionsDef<'src>),
OverlayDef(OverlayDef<'src>),
}
Variants§
TypeDef(TypeDef<'src>)
SymbolDef(SymbolDef<'src>)
VirtualModsDef(VirtualModsDef<'src>)
ActionsDef(ActionsDef<'src>)
OverlayDef(OverlayDef<'src>)
Trait Implementations§
impl<'src> StructuralPartialEq for KeyDef<'src>
Auto Trait Implementations§
impl<'src> Freeze for KeyDef<'src>
impl<'src> RefUnwindSafe for KeyDef<'src>
impl<'src> Send for KeyDef<'src>
impl<'src> Sync for KeyDef<'src>
impl<'src> Unpin for KeyDef<'src>
impl<'src> UnwindSafe for KeyDef<'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