pub struct StateRule { /* private fields */ }Expand description
A single rule within a TextFSM state.
Trait Implementations§
impl StructuralPartialEq for StateRule
Auto Trait Implementations§
impl Freeze for StateRule
impl RefUnwindSafe for StateRule
impl Send for StateRule
impl Sync for StateRule
impl Unpin for StateRule
impl UnwindSafe for StateRule
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