pub enum DocFormat {
Markdown,
Rst,
}Variants§
Auto Trait Implementations§
impl Freeze for DocFormat
impl RefUnwindSafe for DocFormat
impl Send for DocFormat
impl Sync for DocFormat
impl Unpin for DocFormat
impl UnwindSafe for DocFormat
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