pub enum DebugConsoleType {
Off,
Pty,
Tty,
File(PathBuf),
}Variants§
Auto Trait Implementations§
impl RefUnwindSafe for DebugConsoleType
impl Send for DebugConsoleType
impl Sync for DebugConsoleType
impl Unpin for DebugConsoleType
impl UnwindSafe for DebugConsoleType
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