pub struct AttributeSerializer<'t> { /* private fields */ }Trait Implementations§
Source§impl SerializeAttributeAccess for AttributeSerializer<'_>
impl SerializeAttributeAccess for AttributeSerializer<'_>
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> Freeze for AttributeSerializer<'t>
impl<'t> RefUnwindSafe for AttributeSerializer<'t>
impl<'t> Send for AttributeSerializer<'t>
impl<'t> Sync for AttributeSerializer<'t>
impl<'t> Unpin for AttributeSerializer<'t>
impl<'t> !UnwindSafe for AttributeSerializer<'t>
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