pub struct CleanResult {
pub text: String,
pub stats: PassStats,
}Expand description
Resultado de uma limpeza: texto + contadores por passada (base da calibração A/B prevista no ADR-0009, fase 2).
Fields§
§text: String§stats: PassStatsTrait Implementations§
Source§impl Clone for CleanResult
impl Clone for CleanResult
Source§fn clone(&self) -> CleanResult
fn clone(&self) -> CleanResult
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 CleanResult
impl Debug for CleanResult
impl Eq for CleanResult
Source§impl PartialEq for CleanResult
impl PartialEq for CleanResult
impl StructuralPartialEq for CleanResult
Auto Trait Implementations§
impl Freeze for CleanResult
impl RefUnwindSafe for CleanResult
impl Send for CleanResult
impl Sync for CleanResult
impl Unpin for CleanResult
impl UnsafeUnpin for CleanResult
impl UnwindSafe for CleanResult
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