Struct sep2_common::packages::der::OperationalModeStatusType
source · pub struct OperationalModeStatusType {
pub date_time: TimeType,
pub value: OperationalModeStatusValue,
}
Available on crate feature
der
only.Expand description
DER OperationalModeStatus value: 0 - Not applicable / Unknown 1 - Off 2 - Operational mode 3 - Test mode All other values reserved.
Fields§
§date_time: TimeType
The date and time at which the state applied.
value: OperationalModeStatusValue
The value indicating the state.
Trait Implementations§
source§impl Clone for OperationalModeStatusType
impl Clone for OperationalModeStatusType
source§fn clone(&self) -> OperationalModeStatusType
fn clone(&self) -> OperationalModeStatusType
Returns a copy 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 OperationalModeStatusType
impl Debug for OperationalModeStatusType
source§impl Default for OperationalModeStatusType
impl Default for OperationalModeStatusType
source§fn default() -> OperationalModeStatusType
fn default() -> OperationalModeStatusType
Returns the “default value” for a type. Read more
source§impl PartialEq<OperationalModeStatusType> for OperationalModeStatusType
impl PartialEq<OperationalModeStatusType> for OperationalModeStatusType
source§fn eq(&self, other: &OperationalModeStatusType) -> bool
fn eq(&self, other: &OperationalModeStatusType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for OperationalModeStatusType
impl YaDeserialize for OperationalModeStatusType
source§impl YaSerialize for OperationalModeStatusType
impl YaSerialize for OperationalModeStatusType
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 OperationalModeStatusType
impl StructuralEq for OperationalModeStatusType
impl StructuralPartialEq for OperationalModeStatusType
Auto Trait Implementations§
impl RefUnwindSafe for OperationalModeStatusType
impl Send for OperationalModeStatusType
impl Sync for OperationalModeStatusType
impl Unpin for OperationalModeStatusType
impl UnwindSafe for OperationalModeStatusType
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