pub enum GlossaryEntriesFormat {
Tsv,
Csv,
}Expand description
Format of glossary entries when creating a glossary.
Variants§
Auto Trait Implementations§
impl Freeze for GlossaryEntriesFormat
impl RefUnwindSafe for GlossaryEntriesFormat
impl Send for GlossaryEntriesFormat
impl Sync for GlossaryEntriesFormat
impl Unpin for GlossaryEntriesFormat
impl UnsafeUnpin for GlossaryEntriesFormat
impl UnwindSafe for GlossaryEntriesFormat
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