pub enum FindExpr {
Anonymous,
Ellipsis,
Metavar(Metavar),
Lua(LuaCode),
}Variants§
Implementations§
Trait Implementations§
impl Eq for FindExpr
impl StructuralPartialEq for FindExpr
Auto Trait Implementations§
impl Freeze for FindExpr
impl RefUnwindSafe for FindExpr
impl Send for FindExpr
impl Sync for FindExpr
impl Unpin for FindExpr
impl UnwindSafe for FindExpr
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