pub struct PowerOutletTemplateRequest {
pub device_type: Option<Option<Box<ConsolePortTemplateRequestDeviceType>>>,
pub module_type: Option<Option<Box<ConsolePortTemplateRequestModuleType>>>,
pub name: String,
pub label: Option<String>,
pub type: Option<Option<RHashType>>,
pub power_port: Option<Option<Box<PatchedWritablePowerOutletTemplateRequestPowerPort>>>,
pub feed_leg: Option<Option<FeedLeg>>,
pub description: Option<String>,
}Expand description
PowerOutletTemplateRequest : Extends the built-in ModelSerializer to enforce calling full_clean() on a copy of the associated instance during validation. (DRF does not do this by default; see https://github.com/encode/django-rest-framework/issues/3144)
Fields§
§device_type: Option<Option<Box<ConsolePortTemplateRequestDeviceType>>>§module_type: Option<Option<Box<ConsolePortTemplateRequestModuleType>>>§name: String{module} is accepted as a substitution for the module bay position when attached to a module type.
label: Option<String>Physical label
type: Option<Option<RHashType>>iec-60320-c5- C5 *iec-60320-c7- C7 *iec-60320-c13- C13 *iec-60320-c15- C15 *iec-60320-c17- C17 *iec-60320-c19- C19 *iec-60320-c21- C21 *iec-60309-p-n-e-4h- P+N+E 4H *iec-60309-p-n-e-6h- P+N+E 6H *iec-60309-p-n-e-9h- P+N+E 9H *iec-60309-2p-e-4h- 2P+E 4H *iec-60309-2p-e-6h- 2P+E 6H *iec-60309-2p-e-9h- 2P+E 9H *iec-60309-3p-e-4h- 3P+E 4H *iec-60309-3p-e-6h- 3P+E 6H *iec-60309-3p-e-9h- 3P+E 9H *iec-60309-3p-n-e-4h- 3P+N+E 4H *iec-60309-3p-n-e-6h- 3P+N+E 6H *iec-60309-3p-n-e-9h- 3P+N+E 9H *iec-60906-1- IEC 60906-1 *nbr-14136-10a- 2P+T 10A (NBR 14136) *nbr-14136-20a- 2P+T 20A (NBR 14136) *nema-1-15r- NEMA 1-15R *nema-5-15r- NEMA 5-15R *nema-5-20r- NEMA 5-20R *nema-5-30r- NEMA 5-30R *nema-5-50r- NEMA 5-50R *nema-6-15r- NEMA 6-15R *nema-6-20r- NEMA 6-20R *nema-6-30r- NEMA 6-30R *nema-6-50r- NEMA 6-50R *nema-10-30r- NEMA 10-30R *nema-10-50r- NEMA 10-50R *nema-14-20r- NEMA 14-20R *nema-14-30r- NEMA 14-30R *nema-14-50r- NEMA 14-50R *nema-14-60r- NEMA 14-60R *nema-15-15r- NEMA 15-15R *nema-15-20r- NEMA 15-20R *nema-15-30r- NEMA 15-30R *nema-15-50r- NEMA 15-50R *nema-15-60r- NEMA 15-60R *nema-l1-15r- NEMA L1-15R *nema-l5-15r- NEMA L5-15R *nema-l5-20r- NEMA L5-20R *nema-l5-30r- NEMA L5-30R *nema-l5-50r- NEMA L5-50R *nema-l6-15r- NEMA L6-15R *nema-l6-20r- NEMA L6-20R *nema-l6-30r- NEMA L6-30R *nema-l6-50r- NEMA L6-50R *nema-l10-30r- NEMA L10-30R *nema-l14-20r- NEMA L14-20R *nema-l14-30r- NEMA L14-30R *nema-l14-50r- NEMA L14-50R *nema-l14-60r- NEMA L14-60R *nema-l15-20r- NEMA L15-20R *nema-l15-30r- NEMA L15-30R *nema-l15-50r- NEMA L15-50R *nema-l15-60r- NEMA L15-60R *nema-l21-20r- NEMA L21-20R *nema-l21-30r- NEMA L21-30R *nema-l22-20r- NEMA L22-20R *nema-l22-30r- NEMA L22-30R *CS6360C- CS6360C *CS6364C- CS6364C *CS8164C- CS8164C *CS8264C- CS8264C *CS8364C- CS8364C *CS8464C- CS8464C *ita-e- ITA Type E (CEE 7/5) *ita-f- ITA Type F (CEE 7/3) *ita-g- ITA Type G (BS 1363) *ita-h- ITA Type H *ita-i- ITA Type I *ita-j- ITA Type J *ita-k- ITA Type K *ita-l- ITA Type L (CEI 23-50) *ita-m- ITA Type M (BS 546) *ita-n- ITA Type N *ita-o- ITA Type O *ita-multistandard- ITA Multistandard *usb-a- USB Type A *usb-micro-b- USB Micro B *usb-c- USB Type C *molex-micro-fit-1x2- Molex Micro-Fit 1x2 *molex-micro-fit-2x2- Molex Micro-Fit 2x2 *molex-micro-fit-2x4- Molex Micro-Fit 2x4 *dc-terminal- DC Terminal *eaton-c39- Eaton C39 *hdot-cx- HDOT Cx *saf-d-grid- Saf-D-Grid *neutrik-powercon-20a- Neutrik powerCON (20A) *neutrik-powercon-32a- Neutrik powerCON (32A) *neutrik-powercon-true1- Neutrik powerCON TRUE1 *neutrik-powercon-true1-top- Neutrik powerCON TRUE1 TOP *ubiquiti-smartpower- Ubiquiti SmartPower *hardwired- Hardwired *other- Other
power_port: Option<Option<Box<PatchedWritablePowerOutletTemplateRequestPowerPort>>>§feed_leg: Option<Option<FeedLeg>>A- A *B- B *C- C
description: Option<String>Implementations§
Source§impl PowerOutletTemplateRequest
impl PowerOutletTemplateRequest
Sourcepub fn new(name: String) -> PowerOutletTemplateRequest
pub fn new(name: String) -> PowerOutletTemplateRequest
Extends the built-in ModelSerializer to enforce calling full_clean() on a copy of the associated instance during validation. (DRF does not do this by default; see https://github.com/encode/django-rest-framework/issues/3144)
Trait Implementations§
Source§impl Clone for PowerOutletTemplateRequest
impl Clone for PowerOutletTemplateRequest
Source§fn clone(&self) -> PowerOutletTemplateRequest
fn clone(&self) -> PowerOutletTemplateRequest
Returns a duplicate of the value. Read more
1.0.0 · 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 PowerOutletTemplateRequest
impl Debug for PowerOutletTemplateRequest
Source§impl Default for PowerOutletTemplateRequest
impl Default for PowerOutletTemplateRequest
Source§fn default() -> PowerOutletTemplateRequest
fn default() -> PowerOutletTemplateRequest
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PowerOutletTemplateRequest
impl<'de> Deserialize<'de> for PowerOutletTemplateRequest
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 StructuralPartialEq for PowerOutletTemplateRequest
Auto Trait Implementations§
impl Freeze for PowerOutletTemplateRequest
impl RefUnwindSafe for PowerOutletTemplateRequest
impl Send for PowerOutletTemplateRequest
impl Sync for PowerOutletTemplateRequest
impl Unpin for PowerOutletTemplateRequest
impl UnwindSafe for PowerOutletTemplateRequest
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