pub struct ElementSetSpecs {
pub set: ElementOrSetOperation,
pub extensible: bool,
}
Expand description
X.680 50. Element set specification
50.1 In some notations a set of elements of some identified type or information object class (the governor) can be specified. In such cases, the notation “ElementSetSpec” is used.
Fields§
§set: ElementOrSetOperation
§extensible: bool
Trait Implementations§
Source§impl Clone for ElementSetSpecs
impl Clone for ElementSetSpecs
Source§fn clone(&self) -> ElementSetSpecs
fn clone(&self) -> ElementSetSpecs
Returns a duplicate 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 ElementSetSpecs
impl Debug for ElementSetSpecs
Source§impl From<(ElementOrSetOperation, Option<ExtensionMarker>)> for ElementSetSpecs
impl From<(ElementOrSetOperation, Option<ExtensionMarker>)> for ElementSetSpecs
Source§fn from(value: (ElementOrSetOperation, Option<ExtensionMarker>)) -> Self
fn from(value: (ElementOrSetOperation, Option<ExtensionMarker>)) -> Self
Converts to this type from the input type.
Source§impl PartialEq for ElementSetSpecs
impl PartialEq for ElementSetSpecs
impl StructuralPartialEq for ElementSetSpecs
Auto Trait Implementations§
impl Freeze for ElementSetSpecs
impl RefUnwindSafe for ElementSetSpecs
impl Send for ElementSetSpecs
impl Sync for ElementSetSpecs
impl Unpin for ElementSetSpecs
impl UnwindSafe for ElementSetSpecs
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