Struct stripper_lib::types::EventInfo
source · pub struct EventInfo {
pub line: usize,
pub event: EventType,
}
Fields§
§line: usize
§event: EventType
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for EventInfo
impl Send for EventInfo
impl Sync for EventInfo
impl Unpin for EventInfo
impl UnwindSafe for EventInfo
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