pub enum LogTo {
Stdout,
Log,
}
Expand description
Where log messages go.
Variants§
Trait Implementations§
impl Copy for LogTo
impl Eq for LogTo
impl StructuralPartialEq for LogTo
Auto Trait Implementations§
impl Freeze for LogTo
impl RefUnwindSafe for LogTo
impl Send for LogTo
impl Sync for LogTo
impl Unpin for LogTo
impl UnwindSafe for LogTo
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