pub struct ScannerEvent {
pub source: Source,
pub text: Option<String>,
pub raw: Vec<u8>,
pub timestamp: u128,
}Fields§
§source: Source§text: Option<String>§raw: Vec<u8>§timestamp: u128Trait Implementations§
Source§impl Debug for ScannerEvent
impl Debug for ScannerEvent
Auto Trait Implementations§
impl Freeze for ScannerEvent
impl RefUnwindSafe for ScannerEvent
impl Send for ScannerEvent
impl Sync for ScannerEvent
impl Unpin for ScannerEvent
impl UnwindSafe for ScannerEvent
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