pub struct PartCoverage {
pub hyperlink_segments: usize,
pub revision_segments: usize,
pub unsupported_alternate_content: usize,
pub unsupported_symbols: usize,
pub unsupported_field_instructions: usize,
pub work: ScanWork,
}Fields§
§hyperlink_segments: usize§revision_segments: usize§unsupported_alternate_content: usize§unsupported_symbols: usize§unsupported_field_instructions: usize§work: ScanWorkTrait Implementations§
Source§impl Clone for PartCoverage
impl Clone for PartCoverage
Source§fn clone(&self) -> PartCoverage
fn clone(&self) -> PartCoverage
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 moreimpl Copy for PartCoverage
Source§impl Debug for PartCoverage
impl Debug for PartCoverage
Source§impl Default for PartCoverage
impl Default for PartCoverage
Source§fn default() -> PartCoverage
fn default() -> PartCoverage
Returns the “default value” for a type. Read more
impl Eq for PartCoverage
Source§impl PartialEq for PartCoverage
impl PartialEq for PartCoverage
impl StructuralPartialEq for PartCoverage
Auto Trait Implementations§
impl Freeze for PartCoverage
impl RefUnwindSafe for PartCoverage
impl Send for PartCoverage
impl Sync for PartCoverage
impl Unpin for PartCoverage
impl UnsafeUnpin for PartCoverage
impl UnwindSafe for PartCoverage
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