pub struct EntityRef<'src> { /* private fields */ }Expand description
Event::EntityRef payload — entity name only. String-typed
counterpart to crate::xml_bytes_reader::BytesEntityRef.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'src> Freeze for EntityRef<'src>
impl<'src> RefUnwindSafe for EntityRef<'src>
impl<'src> Send for EntityRef<'src>
impl<'src> Sync for EntityRef<'src>
impl<'src> Unpin for EntityRef<'src>
impl<'src> UnsafeUnpin for EntityRef<'src>
impl<'src> UnwindSafe for EntityRef<'src>
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