Struct weld_codegen::format::NullFormatter
source · pub struct NullFormatter {}Expand description
A formatter that does not format any code
Trait Implementations
sourceimpl Default for NullFormatter
impl Default for NullFormatter
sourcefn default() -> NullFormatter
fn default() -> NullFormatter
Returns the “default value” for a type. Read more
sourceimpl SourceFormatter for NullFormatter
impl SourceFormatter for NullFormatter
Auto Trait Implementations
impl RefUnwindSafe for NullFormatter
impl Send for NullFormatter
impl Sync for NullFormatter
impl Unpin for NullFormatter
impl UnwindSafe for NullFormatter
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more