pub enum LinkType {
Show 15 variants
Link,
Reference,
Relation,
Language,
Grammar,
Type,
Concept,
Syntax,
Field,
Trivia,
Token,
Document,
Semantic,
Region,
Object,
}Expand description
Coarse role for a link in the meta-language network.
Variants§
Link
Reference
Relation
Language
Grammar
Type
Concept
Syntax
Field
Trivia
Token
Document
Semantic
Region
Object
Trait Implementations§
impl Copy for LinkType
impl Eq for LinkType
impl StructuralPartialEq for LinkType
Auto Trait Implementations§
impl Freeze for LinkType
impl RefUnwindSafe for LinkType
impl Send for LinkType
impl Sync for LinkType
impl Unpin for LinkType
impl UnsafeUnpin for LinkType
impl UnwindSafe for LinkType
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