pub struct StreamStart<'a> { /* private fields */ }Expand description
A start or empty element event.
Implementations§
Source§impl StreamStart<'_>
impl StreamStart<'_>
Sourcepub fn name(&self) -> StreamName<'_>
pub fn name(&self) -> StreamName<'_>
Resolves the start element’s qualified, local, and namespace names.
pub fn attributes(&self) -> StreamAttributes<'_> ⓘ
Auto Trait Implementations§
impl<'a> Freeze for StreamStart<'a>
impl<'a> RefUnwindSafe for StreamStart<'a>
impl<'a> Send for StreamStart<'a>
impl<'a> Sync for StreamStart<'a>
impl<'a> Unpin for StreamStart<'a>
impl<'a> UnwindSafe for StreamStart<'a>
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