pub struct Rule<'e, Expr, Action> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'e, Expr, Action> Freeze for Rule<'e, Expr, Action>where
Action: Freeze,
impl<'e, Expr, Action> RefUnwindSafe for Rule<'e, Expr, Action>where
Action: RefUnwindSafe,
Expr: RefUnwindSafe,
impl<'e, Expr, Action> Send for Rule<'e, Expr, Action>
impl<'e, Expr, Action> Sync for Rule<'e, Expr, Action>
impl<'e, Expr, Action> Unpin for Rule<'e, Expr, Action>where
Action: Unpin,
impl<'e, Expr, Action> UnsafeUnpin for Rule<'e, Expr, Action>where
Action: UnsafeUnpin,
impl<'e, Expr, Action> UnwindSafe for Rule<'e, Expr, Action>where
Action: UnwindSafe,
Expr: RefUnwindSafe,
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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