pub enum ReceptacleType {
Show 14 variants
NEMA515R,
NEMA520R,
NEMAL520R,
NEMAL530R,
NEMAL620R,
NEMAL630R,
IEC60320C13,
IEC60320C19,
CEE7TypeE,
CEE7TypeF,
SEV1011TYPE12,
SEV1011TYPE23,
BS1363TypeG,
BusConnection,
}
Variants§
NEMA515R
This value shall represent a receptacle that matches the NEMA specified 5-15 receptacle (120V; 15A). The current is commonly de-rated to 12A if it is protected by a 15A breaker.
NEMA520R
This value shall represent a receptacle that matches the NEMA specified 5-20 receptacle that exhibits a T-slot (120V; 20A). The current is commonly de-rated to 16A if it is protected by a 20A breaker.
NEMAL520R
This value shall represent a receptacle that matches the NEMA specified locking L5-20 receptacle (120V; 20A). The current is commonly de-rated to 16A if it is protected by a 20A breaker.
NEMAL530R
This value shall represent a receptacle that matches the NEMA specified locking L5-30 receptacle (120V; 30A). The current is commonly de-rated to 24A if it is protected by a 30A breaker.
NEMAL620R
This value shall represent a receptacle that matches the NEMA specified locking L6-20 receptacle (250V; 20A). The current is commonly de-rated to 16A if it is protected by a 20A breaker.
NEMAL630R
This value shall represent a receptacle that matches the NEMA specified locking L6-30 receptacle (250V; 30A). The current is commonly de-rated to 24A if it is protected by a 30A breaker.
IEC60320C13
This value shall represent a receptacle that matches the IEC 60320 Sheet F C13 specified receptacle (250V; 10A per IEC, 15A per UL).
IEC60320C19
This value shall represent a receptacle that matches the IEC 60320 Sheet J C19 specified receptacle (250V; 16A per IEC, 20A per UL).
CEE7TypeE
This value shall represent a receptacle that matches the French specified CEE 7/7 Type E receptacle (250V; 16A).
CEE7TypeF
This value shall represent a receptacle that matches the Schuko specified CEE 7/7 Type F receptacle (250V; 16A).
SEV1011TYPE12
This value shall represent a receptacle that matches the SEV 1011 specified Type 12 receptacle (250V; 10A).
SEV1011TYPE23
This value shall represent a receptacle that matches the SEV 1011 specified Type 23 receptacle (250V; 16A).
BS1363TypeG
This value shall represent a receptacle that matches the British BS 1363 Type G receptacle (250V; 13A).
BusConnection
This value shall represent a direct connection to an electrical bus. Added in version v1_3_0.
Trait Implementations§
Source§impl Clone for ReceptacleType
impl Clone for ReceptacleType
Source§fn clone(&self) -> ReceptacleType
fn clone(&self) -> ReceptacleType
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more