Struct sep2_common::packages::der::DER
source · pub struct DER {
pub associated_der_program_list_link: Option<AssociatedDERProgramListLink>,
pub associated_usage_point_link: Option<AssociatedUsagePointLink>,
pub current_der_program_link: Option<DERProgramLink>,
pub der_availability_link: Option<DERAvailabilityLink>,
pub der_capability_link: Option<DERCapabilityLink>,
pub der_settings_link: Option<DERSettingsLink>,
pub der_status_link: Option<DERStatusLink>,
pub subscribable: Option<SubscribableType>,
pub href: Option<String>,
}
Available on crate feature
der
only.Fields§
§associated_der_program_list_link: Option<AssociatedDERProgramListLink>
§associated_usage_point_link: Option<AssociatedUsagePointLink>
§current_der_program_link: Option<DERProgramLink>
§der_availability_link: Option<DERAvailabilityLink>
§der_capability_link: Option<DERCapabilityLink>
§der_settings_link: Option<DERSettingsLink>
§der_status_link: Option<DERStatusLink>
§subscribable: Option<SubscribableType>
Indicates whether or not subscriptions are supported for this resource, and whether or not conditional (thresholds) are supported. If not specified, is “not subscribable” (0).
href: Option<String>
A reference to the resource address (URI). Required in a response to a GET, ignored otherwise.
Trait Implementations§
source§impl Ord for DER
impl Ord for DER
source§impl PartialOrd<DER> for DER
impl PartialOrd<DER> for DER
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresource§impl SESubscribableResource for DER
impl SESubscribableResource for DER
fn subscribable(&self) -> Option<SubscribableType>
source§impl YaSerialize for DER
impl YaSerialize for DER
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for DER
impl StructuralEq for DER
impl StructuralPartialEq for DER
Auto Trait Implementations§
impl RefUnwindSafe for DER
impl Send for DER
impl Sync for DER
impl Unpin for DER
impl UnwindSafe for DER
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