pub enum LogEnum {
DiagnosticsLog,
SecurityLog,
DataCollectorLog,
}Expand description
This contains the type of log file that the Charging Station should send.
Variants§
Trait Implementations§
impl Eq for LogEnum
impl StructuralPartialEq for LogEnum
Auto Trait Implementations§
impl Freeze for LogEnum
impl RefUnwindSafe for LogEnum
impl Send for LogEnum
impl Sync for LogEnum
impl Unpin for LogEnum
impl UnsafeUnpin for LogEnum
impl UnwindSafe for LogEnum
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