pub struct AttributeSerializer<'t, W: Write> { /* private fields */ }Expand description
The attribute serializer for the quick-xml crate.
Trait Implementations§
Source§impl<W: Write> SerializeAttributeAccess for AttributeSerializer<'_, W>
impl<W: Write> SerializeAttributeAccess for AttributeSerializer<'_, W>
Source§fn include_prefix(
&mut self,
should_enforce: IncludePrefix,
) -> Result<Self::Ok, Self::Error>
fn include_prefix( &mut self, should_enforce: IncludePrefix, ) -> Result<Self::Ok, Self::Error>
Set whether to enforce a prefix when serializing.
Auto Trait Implementations§
impl<'t, W> Freeze for AttributeSerializer<'t, W>
impl<'t, W> RefUnwindSafe for AttributeSerializer<'t, W>where
W: RefUnwindSafe,
impl<'t, W> Send for AttributeSerializer<'t, W>where
W: Send,
impl<'t, W> Sync for AttributeSerializer<'t, W>where
W: Sync,
impl<'t, W> Unpin for AttributeSerializer<'t, W>
impl<'t, W> !UnwindSafe for AttributeSerializer<'t, 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