Enum presenterm::PresentMode
source · pub enum PresentMode {
Development,
Presentation,
Export,
}Expand description
This presentation mode.
Variants§
Development
We are developing the presentation so we want live reloads when the input changes.
Presentation
This is a live presentation so we don’t want hot reloading.
Export
We are running a presentation that’s being consumed by presenterm-export.
Auto Trait Implementations§
impl RefUnwindSafe for PresentMode
impl Send for PresentMode
impl Sync for PresentMode
impl Unpin for PresentMode
impl UnwindSafe for PresentMode
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