pub enum TransformedPart {
Unchanged,
Changed(String),
}
Expand description
Inidicates whether the consumed part of the input remains unchanged or is to be replaced.
Variants§
Auto Trait Implementations§
impl Freeze for TransformedPart
impl RefUnwindSafe for TransformedPart
impl Send for TransformedPart
impl Sync for TransformedPart
impl Unpin for TransformedPart
impl UnwindSafe for TransformedPart
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