pub struct Emit<'a> {
pub line: &'a Line,
pub role: Role,
pub match_info: &'a MatchInfo,
}Expand description
One line being emitted by the pipeline.
Fields§
§line: &'a Line§role: Role§match_info: &'a MatchInfoTrait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for Emit<'a>
impl<'a> RefUnwindSafe for Emit<'a>
impl<'a> Send for Emit<'a>
impl<'a> Sync for Emit<'a>
impl<'a> Unpin for Emit<'a>
impl<'a> UnsafeUnpin for Emit<'a>
impl<'a> UnwindSafe for Emit<'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