pub struct ExtendedMarkdownTablePreprocessor {
pub style: String,
}
Fields§
§style: String
Trait Implementations§
Source§impl Preprocessor for ExtendedMarkdownTablePreprocessor
impl Preprocessor for ExtendedMarkdownTablePreprocessor
Auto Trait Implementations§
impl Freeze for ExtendedMarkdownTablePreprocessor
impl RefUnwindSafe for ExtendedMarkdownTablePreprocessor
impl Send for ExtendedMarkdownTablePreprocessor
impl Sync for ExtendedMarkdownTablePreprocessor
impl Unpin for ExtendedMarkdownTablePreprocessor
impl UnwindSafe for ExtendedMarkdownTablePreprocessor
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