pub enum ConnectorType {
Show 40 variants
Chademo,
Chaoji,
DomesticA,
DomesticB,
DomesticC,
DomesticD,
DomesticE,
DomesticF,
DomesticG,
DomesticH,
DomesticI,
DomesticJ,
DomesticK,
DomesticL,
DomesticM,
DomesticN,
DomesticO,
GbtAc,
GbtDc,
Iec603092Single16,
Iec603092Three16,
Iec603092Three32,
Iec603092Three64,
Iec62196T1,
Iec62196T1Combo,
Iec62196T2,
Iec62196T2Combo,
Iec62196T3A,
Iec62196T3C,
Nema520,
Nema630,
Nema650,
Nema1030,
Nema1050,
Nema1430,
Nema1450,
PantographBottomUp,
PantographTopDown,
TeslaR,
TeslaS,
}Variants§
Chademo
Chaoji
DomesticA
DomesticB
DomesticC
DomesticD
DomesticE
DomesticF
DomesticG
DomesticH
DomesticI
DomesticJ
DomesticK
DomesticL
DomesticM
DomesticN
DomesticO
GbtAc
GbtDc
Iec603092Single16
Iec603092Three16
Iec603092Three32
Iec603092Three64
Iec62196T1
Iec62196T1Combo
Iec62196T2
Iec62196T2Combo
Iec62196T3A
Iec62196T3C
Nema520
Nema630
Nema650
Nema1030
Nema1050
Nema1430
Nema1450
PantographBottomUp
PantographTopDown
TeslaR
TeslaS
Trait Implementations§
Source§impl Clone for ConnectorType
impl Clone for ConnectorType
Source§fn clone(&self) -> ConnectorType
fn clone(&self) -> ConnectorType
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 moreimpl Copy for ConnectorType
Source§impl Debug for ConnectorType
impl Debug for ConnectorType
impl Eq for ConnectorType
Source§impl PartialEq for ConnectorType
impl PartialEq for ConnectorType
Source§fn eq(&self, other: &ConnectorType) -> bool
fn eq(&self, other: &ConnectorType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ConnectorType
Auto Trait Implementations§
impl Freeze for ConnectorType
impl RefUnwindSafe for ConnectorType
impl Send for ConnectorType
impl Sync for ConnectorType
impl Unpin for ConnectorType
impl UnsafeUnpin for ConnectorType
impl UnwindSafe for ConnectorType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoCaveat for T
impl<T> IntoCaveat for T
Source§fn into_caveat<W>(self, warnings: Set<W>) -> Caveat<T, W>where
W: Warning,
fn into_caveat<W>(self, warnings: Set<W>) -> Caveat<T, W>where
W: Warning,
Any type can be converted to
Caveat<T> by supplying a list of Warnings.Source§fn into_infallible_caveat(self) -> Caveat<Self, Infallible>
fn into_infallible_caveat(self) -> Caveat<Self, Infallible>
If a
FromSchema is infallible a Caveat can be created using this method.