pub struct MCDCDecisionSpan {
pub span: Span,
pub end_markers: Vec<BlockMarkerId>,
pub decision_depth: u16,
pub num_conditions: usize,
}
Fields§
§span: Span
§end_markers: Vec<BlockMarkerId>
§decision_depth: u16
§num_conditions: usize
Auto Trait Implementations§
impl Freeze for MCDCDecisionSpan
impl RefUnwindSafe for MCDCDecisionSpan
impl Send for MCDCDecisionSpan
impl Sync for MCDCDecisionSpan
impl Unpin for MCDCDecisionSpan
impl UnwindSafe for MCDCDecisionSpan
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