Struct stripper_lib::types::ParseResult
source · pub struct ParseResult {
pub event_list: Vec<EventInfo>,
pub comment_lines: Vec<usize>,
pub original_content: Vec<String>,
}
Fields§
§event_list: Vec<EventInfo>
§comment_lines: Vec<usize>
§original_content: Vec<String>
Trait Implementations§
source§impl Clone for ParseResult
impl Clone for ParseResult
source§fn clone(&self) -> ParseResult
fn clone(&self) -> ParseResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for ParseResult
impl Send for ParseResult
impl Sync for ParseResult
impl Unpin for ParseResult
impl UnwindSafe for ParseResult
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