Struct minidom::element::CustomItemWriter
source · pub struct CustomItemWriter<W, T> { /* private fields */ }
Expand description
Wrapper around a std::io::Write
and an rxml::writer::Encoder
, to
provide a simple function to write an rxml Item to a writer.
Auto Trait Implementations§
impl<W, T> RefUnwindSafe for CustomItemWriter<W, T>where
T: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, T> Send for CustomItemWriter<W, T>
impl<W, T> Sync for CustomItemWriter<W, T>
impl<W, T> Unpin for CustomItemWriter<W, T>
impl<W, T> UnwindSafe for CustomItemWriter<W, T>where
T: UnwindSafe,
W: 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