pub struct UnitTestSite {
pub line: usize,
pub label: String,
pub correction: String,
}Fields§
§line: usize§label: String§correction: StringImplementations§
Trait Implementations§
Source§impl Clone for UnitTestSite
impl Clone for UnitTestSite
Source§fn clone(&self) -> UnitTestSite
fn clone(&self) -> UnitTestSite
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 UnitTestSite
impl Debug for UnitTestSite
impl Eq for UnitTestSite
Source§impl PartialEq for UnitTestSite
impl PartialEq for UnitTestSite
impl StructuralPartialEq for UnitTestSite
Auto Trait Implementations§
impl Freeze for UnitTestSite
impl RefUnwindSafe for UnitTestSite
impl Send for UnitTestSite
impl Sync for UnitTestSite
impl Unpin for UnitTestSite
impl UnsafeUnpin for UnitTestSite
impl UnwindSafe for UnitTestSite
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