pub struct DFormatter {}Expand description
D code formatter
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DFormatter
impl RefUnwindSafe for DFormatter
impl Send for DFormatter
impl Sync for DFormatter
impl Unpin for DFormatter
impl UnwindSafe for DFormatter
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