pub struct PartScan {
pub blocks: Vec<TextBlock>,
pub coverage: PartCoverage,
}Fields§
§blocks: Vec<TextBlock>§coverage: PartCoverageTrait Implementations§
impl Eq for PartScan
impl StructuralPartialEq for PartScan
Auto Trait Implementations§
impl Freeze for PartScan
impl RefUnwindSafe for PartScan
impl Send for PartScan
impl Sync for PartScan
impl Unpin for PartScan
impl UnsafeUnpin for PartScan
impl UnwindSafe for PartScan
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