pub struct Fixture {
pub raw: &'static str,
pub impermissible: &'static [&'static str],
}Expand description
One eval case: a phrase + substrings a faithful cleanup must never introduce. Fixtures are written already pre-processed (no spoken commands) so they isolate the formatter’s restraint, not the deterministic pre-layer.
Fields§
§raw: &'static str§impermissible: &'static [&'static str]Auto Trait Implementations§
impl Freeze for Fixture
impl RefUnwindSafe for Fixture
impl Send for Fixture
impl Sync for Fixture
impl Unpin for Fixture
impl UnsafeUnpin for Fixture
impl UnwindSafe for Fixture
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