pub struct TestFileItem {
pub section: Section,
pub name: String,
pub first_line: usize,
pub last_line: usize,
}Fields§
§section: Section§name: String§first_line: usize§last_line: usizeImplementations§
Trait Implementations§
Source§impl Clone for TestFileItem
impl Clone for TestFileItem
Source§fn clone(&self) -> TestFileItem
fn clone(&self) -> TestFileItem
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TestFileItem
impl Debug for TestFileItem
impl Eq for TestFileItem
Source§impl PartialEq for TestFileItem
impl PartialEq for TestFileItem
impl StructuralPartialEq for TestFileItem
Auto Trait Implementations§
impl Freeze for TestFileItem
impl RefUnwindSafe for TestFileItem
impl Send for TestFileItem
impl Sync for TestFileItem
impl Unpin for TestFileItem
impl UnsafeUnpin for TestFileItem
impl UnwindSafe for TestFileItem
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