Enum sysml_model::DefinitionElement
source · pub enum DefinitionElement {
Package,
ItemDefinition,
PartDefinition,
PortDefinition,
}Variants§
Auto Trait Implementations§
impl Freeze for DefinitionElement
impl RefUnwindSafe for DefinitionElement
impl Send for DefinitionElement
impl Sync for DefinitionElement
impl Unpin for DefinitionElement
impl UnwindSafe for DefinitionElement
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