pub enum LoggerType {
Serial,
}
Expand description
The logging type to use.
Variants§
Serial
Trait Implementations§
Source§impl Clone for LoggerType
impl Clone for LoggerType
Source§fn clone(&self) -> LoggerType
fn clone(&self) -> LoggerType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for LoggerType
impl Debug for LoggerType
Source§impl PartialEq for LoggerType
impl PartialEq for LoggerType
impl Copy for LoggerType
impl Eq for LoggerType
impl StructuralPartialEq for LoggerType
Auto Trait Implementations§
impl Freeze for LoggerType
impl RefUnwindSafe for LoggerType
impl Send for LoggerType
impl Sync for LoggerType
impl Unpin for LoggerType
impl UnwindSafe for LoggerType
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