pub enum OCPPInterfaceEnum {
Wired0,
Wired1,
Wired2,
Wired3,
Wireless0,
Wireless1,
Wireless2,
Wireless3,
Any,
}Expand description
Applicable Network Interface. Charging Station is allowed to use a different network interface to connect if the given one does not work.
Variants§
Trait Implementations§
Source§impl Clone for OCPPInterfaceEnum
impl Clone for OCPPInterfaceEnum
Source§fn clone(&self) -> OCPPInterfaceEnum
fn clone(&self) -> OCPPInterfaceEnum
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 OCPPInterfaceEnum
impl Debug for OCPPInterfaceEnum
Source§impl<'de> Deserialize<'de> for OCPPInterfaceEnum
impl<'de> Deserialize<'de> for OCPPInterfaceEnum
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 OCPPInterfaceEnum
Source§impl PartialEq for OCPPInterfaceEnum
impl PartialEq for OCPPInterfaceEnum
Source§impl Serialize for OCPPInterfaceEnum
impl Serialize for OCPPInterfaceEnum
impl StructuralPartialEq for OCPPInterfaceEnum
Source§impl Validate for OCPPInterfaceEnum
Available on crate feature validate only.
impl Validate for OCPPInterfaceEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for OCPPInterfaceEnum
impl RefUnwindSafe for OCPPInterfaceEnum
impl Send for OCPPInterfaceEnum
impl Sync for OCPPInterfaceEnum
impl Unpin for OCPPInterfaceEnum
impl UnsafeUnpin for OCPPInterfaceEnum
impl UnwindSafe for OCPPInterfaceEnum
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