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