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