pub struct CompiledRule { /* private fields */ }Expand description
A precompiled generator for a whole rule (sequence of fields).
Implementations§
Source§impl CompiledRule
impl CompiledRule
Auto Trait Implementations§
impl Freeze for CompiledRule
impl !RefUnwindSafe for CompiledRule
impl Send for CompiledRule
impl Sync for CompiledRule
impl Unpin for CompiledRule
impl UnsafeUnpin for CompiledRule
impl !UnwindSafe for CompiledRule
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