pub enum OCPPInterfaceEnum {
Wired0,
Wired1,
Wired2,
Wired3,
Wireless0,
Wireless1,
Wireless2,
Wireless3,
}Expand description
Applicable Network Interface.
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
impl Eq for OCPPInterfaceEnum
Source§impl PartialEq for OCPPInterfaceEnum
impl PartialEq for OCPPInterfaceEnum
impl StructuralPartialEq for OCPPInterfaceEnum
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