pub struct Formatter<'src, 'config, CommentFormatter>{ /* private fields */ }Implementations§
Auto Trait Implementations§
impl<'src, 'config, CommentFormatter> Freeze for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: Freeze,
impl<'src, 'config, CommentFormatter> RefUnwindSafe for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: RefUnwindSafe,
impl<'src, 'config, CommentFormatter> Send for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: Send,
impl<'src, 'config, CommentFormatter> Sync for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: Sync,
impl<'src, 'config, CommentFormatter> Unpin for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: Unpin,
impl<'src, 'config, CommentFormatter> UnwindSafe for Formatter<'src, 'config, CommentFormatter>where
CommentFormatter: UnwindSafe,
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