pub struct ElementFormatter<'a, W>where
W: Write + 'a,{ /* private fields */ }Implementations§
Source§impl<'a, W> ElementFormatter<'a, W>where
W: Write,
impl<'a, W> ElementFormatter<'a, W>where
W: Write,
pub fn new(write: &mut W) -> ElementFormatter<'_, W>
Trait Implementations§
Source§impl<'a, W> ElementFormat for ElementFormatter<'a, W>where
W: Write,
impl<'a, W> ElementFormat for ElementFormatter<'a, W>where
W: Write,
Auto Trait Implementations§
impl<'a, W> Freeze for ElementFormatter<'a, W>
impl<'a, W> RefUnwindSafe for ElementFormatter<'a, W>where
W: RefUnwindSafe,
impl<'a, W> Send for ElementFormatter<'a, W>where
W: Send,
impl<'a, W> Sync for ElementFormatter<'a, W>where
W: Sync,
impl<'a, W> Unpin for ElementFormatter<'a, W>
impl<'a, W> !UnwindSafe for ElementFormatter<'a, W>
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