pub struct EventSink<'a, 'b> { /* private fields */ }
Expand description
A sink for parse events.
Implementations§
Auto Trait Implementations§
impl<'a, 'b> Freeze for EventSink<'a, 'b>
impl<'a, 'b> !RefUnwindSafe for EventSink<'a, 'b>
impl<'a, 'b> Send for EventSink<'a, 'b>
impl<'a, 'b> Sync for EventSink<'a, 'b>
impl<'a, 'b> Unpin for EventSink<'a, 'b>
impl<'a, 'b> !UnwindSafe for EventSink<'a, 'b>
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