pub struct EntityParser(/* private fields */);
Trait Implementations§
Source§impl IntoPipeParser for EntityParser
impl IntoPipeParser for EntityParser
type Piped = PipedEntityParser
fn into_piped(self) -> Self::Piped
Source§impl Parser for EntityParser
impl Parser for EntityParser
type Data = Entity
fn next_event<S: Source>(&mut self, src: &mut S) -> ParserResult<Entity>
Auto Trait Implementations§
impl Freeze for EntityParser
impl RefUnwindSafe for EntityParser
impl Send for EntityParser
impl Sync for EntityParser
impl Unpin for EntityParser
impl UnwindSafe for EntityParser
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