Struct ruststep::ap203::config_control_design::SerialNumberedEffectivity [−][src]
pub struct SerialNumberedEffectivity {
pub effectivity: Effectivity,
pub effectivity_start_id: Identifier,
pub effectivity_end_id: Option<Identifier>,
}
Fields
effectivity: Effectivity
effectivity_start_id: Identifier
effectivity_end_id: Option<Identifier>
Implementations
pub fn new(
effectivity: Effectivity,
effectivity_start_id: Identifier,
effectivity_end_id: Option<Identifier>
) -> Self
pub fn new(
effectivity: Effectivity,
effectivity_start_id: Identifier,
effectivity_end_id: Option<Identifier>
) -> Self
Constructs a new SerialNumberedEffectivity
.
Methods from Deref<Target = Effectivity>
Trait Implementations
Performs the conversion.
Performs the conversion.
type Target = Effectivity
type Target = Effectivity
The resulting type after dereferencing.
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for SerialNumberedEffectivity
impl Send for SerialNumberedEffectivity
impl Sync for SerialNumberedEffectivity
impl Unpin for SerialNumberedEffectivity
impl UnwindSafe for SerialNumberedEffectivity
Blanket Implementations
Mutably borrows from an owned value. Read more