pub struct StyleCorrectSpan;
Expand description
A correctnes function of style for Table
which has Span
s.
See Style::correct_spans
.
Trait Implementations§
Source§impl Debug for StyleCorrectSpan
impl Debug for StyleCorrectSpan
Source§impl<R> TableOption<R> for StyleCorrectSpanwhere
R: Records,
impl<R> TableOption<R> for StyleCorrectSpanwhere
R: Records,
Auto Trait Implementations§
impl Freeze for StyleCorrectSpan
impl RefUnwindSafe for StyleCorrectSpan
impl Send for StyleCorrectSpan
impl Sync for StyleCorrectSpan
impl Unpin for StyleCorrectSpan
impl UnwindSafe for StyleCorrectSpan
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