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