pub struct SysmlVocabulary;Trait Implementations§
Source§impl Vocabulary for SysmlVocabulary
impl Vocabulary for SysmlVocabulary
fn expand_kind(&self, kind: &str) -> Vec<&str>
fn normalize_kind<'a>(&self, kind: &'a str) -> &'a str
fn relationship_kinds(&self) -> &[&str]
fn element_kinds(&self) -> &[&str]
Auto Trait Implementations§
impl Freeze for SysmlVocabulary
impl RefUnwindSafe for SysmlVocabulary
impl Send for SysmlVocabulary
impl Sync for SysmlVocabulary
impl Unpin for SysmlVocabulary
impl UnsafeUnpin for SysmlVocabulary
impl UnwindSafe for SysmlVocabulary
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