pub struct Serializer<'w, W: Write> { /* private fields */ }
Expand description
Serializer adaptor for quick_xml::Writer
Implementations§
Source§impl<'w, W: Write> Serializer<'w, W>
impl<'w, W: Write> Serializer<'w, W>
Auto Trait Implementations§
impl<'w, W> Freeze for Serializer<'w, W>
impl<'w, W> RefUnwindSafe for Serializer<'w, W>where
W: RefUnwindSafe,
impl<'w, W> Send for Serializer<'w, W>where
W: Send,
impl<'w, W> Sync for Serializer<'w, W>where
W: Sync,
impl<'w, W> Unpin for Serializer<'w, W>
impl<'w, W> !UnwindSafe for Serializer<'w, 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