pub enum LogEnum {
DiagnosticsLog,
SecurityLog,
}Expand description
This contains the type of log file that the Charging Station should send.
Variants§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for LogEnum
impl<'de> Deserialize<'de> for LogEnum
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
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