pub struct StateCompiled { /* private fields */ }Expand description
A compiled state containing a list of rules.
Trait Implementations§
Source§impl Clone for StateCompiled
impl Clone for StateCompiled
Source§fn clone(&self) -> StateCompiled
fn clone(&self) -> StateCompiled
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for StateCompiled
impl RefUnwindSafe for StateCompiled
impl Send for StateCompiled
impl Sync for StateCompiled
impl Unpin for StateCompiled
impl UnwindSafe for StateCompiled
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