pub struct TestMarker {
pub line: usize,
pub label: String,
pub phases: Vec<MarkerPhase>,
}Fields§
§line: usize§label: String§phases: Vec<MarkerPhase>Implementations§
Auto Trait Implementations§
impl Freeze for TestMarker
impl RefUnwindSafe for TestMarker
impl Send for TestMarker
impl Sync for TestMarker
impl Unpin for TestMarker
impl UnsafeUnpin for TestMarker
impl UnwindSafe for TestMarker
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