pub struct XmlEncoder { /* private fields */ }Implementations§
Source§impl XmlEncoder
impl XmlEncoder
Auto Trait Implementations§
impl Freeze for XmlEncoder
impl RefUnwindSafe for XmlEncoder
impl Send for XmlEncoder
impl Sync for XmlEncoder
impl Unpin for XmlEncoder
impl UnwindSafe for XmlEncoder
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