pub struct DeterministicFormatter;Expand description
The always-safe formatter: deterministic-Light, no model. Guard-safe by construction (caps / punctuation / leading-filler only).
Trait Implementations§
Source§impl Formatter for DeterministicFormatter
impl Formatter for DeterministicFormatter
Auto Trait Implementations§
impl Freeze for DeterministicFormatter
impl RefUnwindSafe for DeterministicFormatter
impl Send for DeterministicFormatter
impl Sync for DeterministicFormatter
impl Unpin for DeterministicFormatter
impl UnsafeUnpin for DeterministicFormatter
impl UnwindSafe for DeterministicFormatter
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