pub struct ReplacementResult {
pub new_rule: Option<Rule>,
pub substitution: String,
}Fields§
§new_rule: Option<Rule>§substitution: StringAuto Trait Implementations§
impl Freeze for ReplacementResult
impl !RefUnwindSafe for ReplacementResult
impl !Send for ReplacementResult
impl !Sync for ReplacementResult
impl Unpin for ReplacementResult
impl !UnwindSafe for ReplacementResult
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