PowerOutletTemplateRequest

Struct PowerOutletTemplateRequest 

Source
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

Source

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

Source§

fn clone(&self) -> PowerOutletTemplateRequest

Returns a duplicate of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for PowerOutletTemplateRequest

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for PowerOutletTemplateRequest

Source§

fn default() -> PowerOutletTemplateRequest

Returns the “default value” for a type. Read more
Source§

impl<'de> Deserialize<'de> for PowerOutletTemplateRequest

Source§

fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>
where __D: Deserializer<'de>,

Deserialize this value from the given Serde deserializer. Read more
Source§

impl PartialEq for PowerOutletTemplateRequest

Source§

fn eq(&self, other: &PowerOutletTemplateRequest) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Serialize for PowerOutletTemplateRequest

Source§

fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error>
where __S: Serializer,

Serialize this value into the given Serde serializer. Read more
Source§

impl StructuralPartialEq for PowerOutletTemplateRequest

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T> Instrument for T

Source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
Source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> PolicyExt for T
where T: ?Sized,

Source§

fn and<P, B, E>(self, other: P) -> And<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow only if self and other return Action::Follow. Read more
Source§

fn or<P, B, E>(self, other: P) -> Or<T, P>
where T: Policy<B, E>, P: Policy<B, E>,

Create a new Policy that returns Action::Follow if either self or other returns Action::Follow. Read more
Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
Source§

impl<T> WithSubscriber for T

Source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more
Source§

impl<T> DeserializeOwned for T
where T: for<'de> Deserialize<'de>,