Enum text_parsing::source::SourceEvent
source · pub enum SourceEvent {
Char(char),
Breaker(Breaker),
}
Variants§
Trait Implementations§
source§impl Debug for SourceEvent
impl Debug for SourceEvent
source§impl PartialEq for SourceEvent
impl PartialEq for SourceEvent
source§fn eq(&self, other: &SourceEvent) -> bool
fn eq(&self, other: &SourceEvent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SourceEvent
impl StructuralPartialEq for SourceEvent
Auto Trait Implementations§
impl Freeze for SourceEvent
impl RefUnwindSafe for SourceEvent
impl Send for SourceEvent
impl Sync for SourceEvent
impl Unpin for SourceEvent
impl UnwindSafe for SourceEvent
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