pub struct OwnedBytesStart { /* private fields */ }Expand description
This exists to allow us to transfer the practically completed BytesStart out of finish_start to then become the quick_xml BytesStart which is only exists by references to data.
Implementations§
Source§impl OwnedBytesStart
impl OwnedBytesStart
pub fn as_quick_xml(&self) -> BytesStart<'_>
Auto Trait Implementations§
impl Freeze for OwnedBytesStart
impl RefUnwindSafe for OwnedBytesStart
impl Send for OwnedBytesStart
impl Sync for OwnedBytesStart
impl Unpin for OwnedBytesStart
impl UnwindSafe for OwnedBytesStart
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