pub enum DocumentPartDirective {}Expand description
An enumeration of different table directive types.
Details: https://docutils.sourceforge.io/docs/ref/rst/directives.html#document-parts
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DocumentPartDirective
impl RefUnwindSafe for DocumentPartDirective
impl Send for DocumentPartDirective
impl Sync for DocumentPartDirective
impl Unpin for DocumentPartDirective
impl UnwindSafe for DocumentPartDirective
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