pub enum ConnectorEnum {
Show 22 variants
CCCS1,
CCCS2,
CG105,
CTesla,
CType1,
CType2,
S3091P16A,
S3091P32A,
S3093P16A,
S3093P32A,
SBS1361,
SCEE77,
SType2,
SType3,
Other1PhMax16A,
Other1PhOver16A,
Other3Ph,
Pan,
WInductive,
WResonant,
Undetermined,
Unknown,
}Expand description
This field specifies the connector type.
Variants§
CCCS1
CCCS2
CG105
CTesla
CType1
CType2
S3091P16A
S3091P32A
S3093P16A
S3093P32A
SBS1361
SCEE77
SType2
SType3
Other1PhMax16A
Other1PhOver16A
Other3Ph
Pan
WInductive
WResonant
Undetermined
Unknown
Trait Implementations§
Source§impl Clone for ConnectorEnum
impl Clone for ConnectorEnum
Source§fn clone(&self) -> ConnectorEnum
fn clone(&self) -> ConnectorEnum
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 ConnectorEnum
impl Debug for ConnectorEnum
Source§impl<'de> Deserialize<'de> for ConnectorEnum
impl<'de> Deserialize<'de> for ConnectorEnum
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 ConnectorEnum
Source§impl PartialEq for ConnectorEnum
impl PartialEq for ConnectorEnum
Source§impl Serialize for ConnectorEnum
impl Serialize for ConnectorEnum
impl StructuralPartialEq for ConnectorEnum
Source§impl Validate for ConnectorEnum
Available on crate feature validate only.
impl Validate for ConnectorEnum
Available on crate feature
validate only.Auto Trait Implementations§
impl Freeze for ConnectorEnum
impl RefUnwindSafe for ConnectorEnum
impl Send for ConnectorEnum
impl Sync for ConnectorEnum
impl Unpin for ConnectorEnum
impl UnsafeUnpin for ConnectorEnum
impl UnwindSafe for ConnectorEnum
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