pub struct SrsRule {
pub lhs: String,
pub rhs: String,
}Expand description
A string rewriting system rule: lhs → rhs over a string alphabet.
Fields§
§lhs: String§rhs: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for SrsRule
impl RefUnwindSafe for SrsRule
impl Send for SrsRule
impl Sync for SrsRule
impl Unpin for SrsRule
impl UnsafeUnpin for SrsRule
impl UnwindSafe for SrsRule
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