pub struct FixReport {
pub spacing: Vec<usize>,
pub title_fixes: Vec<TitleFix>,
pub multiline_fixes: Vec<MultilineFix>,
}Fields§
§spacing: Vec<usize>§title_fixes: Vec<TitleFix>§multiline_fixes: Vec<MultilineFix>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FixReport
impl RefUnwindSafe for FixReport
impl Send for FixReport
impl Sync for FixReport
impl Unpin for FixReport
impl UnwindSafe for FixReport
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