pub struct EnumerationTypeDef {
pub identification: Auid,
pub symbol: String,
pub namespace: String,
pub element_type: Auid,
pub elements: Vec<EnumerationElement>,
}Fields§
§identification: Auid§symbol: String§namespace: String§element_type: Auid§elements: Vec<EnumerationElement>Trait Implementations§
Source§impl Clone for EnumerationTypeDef
impl Clone for EnumerationTypeDef
Source§fn clone(&self) -> EnumerationTypeDef
fn clone(&self) -> EnumerationTypeDef
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 moreAuto Trait Implementations§
impl Freeze for EnumerationTypeDef
impl RefUnwindSafe for EnumerationTypeDef
impl Send for EnumerationTypeDef
impl Sync for EnumerationTypeDef
impl Unpin for EnumerationTypeDef
impl UnsafeUnpin for EnumerationTypeDef
impl UnwindSafe for EnumerationTypeDef
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