pub struct FormatStringPreprocessor;
Trait Implementations§
Source§impl Default for FormatStringPreprocessor
impl Default for FormatStringPreprocessor
Source§fn default() -> FormatStringPreprocessor
fn default() -> FormatStringPreprocessor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FormatStringPreprocessor
impl RefUnwindSafe for FormatStringPreprocessor
impl Send for FormatStringPreprocessor
impl Sync for FormatStringPreprocessor
impl Unpin for FormatStringPreprocessor
impl UnwindSafe for FormatStringPreprocessor
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