pub struct SpacingAnalyzer { /* private fields */ }Expand description
Spacing analysis component
Implementations§
Auto Trait Implementations§
impl Freeze for SpacingAnalyzer
impl RefUnwindSafe for SpacingAnalyzer
impl Send for SpacingAnalyzer
impl Sync for SpacingAnalyzer
impl Unpin for SpacingAnalyzer
impl UnwindSafe for SpacingAnalyzer
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